2001-05-19 15:31:44 +02:00
|
|
|
# New ports collection makefile for: p5-Heap
|
|
|
|
# Date created: 6 April 2001
|
|
|
|
# Whom: Anatoliy Dmytriyev
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Heap
|
2007-06-06 09:34:12 +02:00
|
|
|
PORTVERSION= 0.80
|
2001-05-19 15:31:44 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-05-19 15:31:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-11-24 00:06:31 +01:00
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl extensions for keeping data partially sorted
|
2001-05-19 15:31:44 +02:00
|
|
|
|
|
|
|
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>
|