1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/devel/p5-Heap/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

25 lines
561 B
Makefile

# New ports collection makefile for: p5-Heap
# Date created: 6 April 2001
# Whom: Anatoliy Dmytriyev
#
# $FreeBSD$
#
PORTNAME= Heap
PORTVERSION= 0.80
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@plab.ku.dk
COMMENT= Perl extensions for keeping data partially sorted
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>