# $MidnightBSD: mports/devel/p5-Heap/Makefile,v 1.1 2010/10/23 10:10:56 laffer1 Exp $

PORTNAME=	Heap
PORTVERSION=	0.80
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl extensions for keeping data partially sorted
LICENSE=	perl

PERL_CONFIGURE=	yes

MAN3=		Heap.3 Heap::Binary.3 Heap::Binomial.3 Heap::Elem::Num.3 \
		Heap::Elem::NumRev.3 Heap::Elem::Ref.3 Heap::Elem::RefRev.3 \
		Heap::Elem::Str.3 Heap::Elem::StrRev.3 Heap::Elem.3 \
		Heap::Fibonacci.3

.include <bsd.port.mk>
