aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Heap
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-09 23:01:27 +0800
committeraz <az@FreeBSD.org>2013-09-09 23:01:27 +0800
commit9e5bc0f18b4f4a5d149c7104c7fdc7ceabe9a42e (patch)
tree5f9cf6cf2607a2f0e47d05bae65b8bc969642111 /devel/p5-Heap
parent01c0dcf5a3bf8a3a466f045ae86841e10c21d3c7 (diff)
downloadfreebsd-ports-graphics-9e5bc0f18b4f4a5d149c7104c7fdc7ceabe9a42e.tar.gz
freebsd-ports-graphics-9e5bc0f18b4f4a5d149c7104c7fdc7ceabe9a42e.tar.zst
freebsd-ports-graphics-9e5bc0f18b4f4a5d149c7104c7fdc7ceabe9a42e.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Heap')
-rw-r--r--devel/p5-Heap/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Heap/Makefile b/devel/p5-Heap/Makefile
index bd9f6f1c8f6..9c35c39260b 100644
--- a/devel/p5-Heap/Makefile
+++ b/devel/p5-Heap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Heap
-# Date created: 6 April 2001
-# Whom: Anatoliy Dmytriyev
-#
+# Created by: Anatoliy Dmytriyev
# $FreeBSD$
-#
PORTNAME= Heap
PORTVERSION= 0.80
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tolid@tolid.eu.org
COMMENT= Perl extensions for keeping data partially sorted
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
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 \