summaryrefslogtreecommitdiff
path: root/databases/p5-Data-Pageset/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 11:32:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 11:32:20 +0000
commitb88c23df873d3ba136e2b085754aa34f74ba43a6 (patch)
tree8546abdcbd2875c74667c5bc5d5d2e5af336a102 /databases/p5-Data-Pageset/Makefile
parentUpgrade to version 1.1.0. (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326894
Diffstat (limited to '')
-rw-r--r--databases/p5-Data-Pageset/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-Data-Pageset/Makefile b/databases/p5-Data-Pageset/Makefile
index cc64d4ef9199..6b7cbca23d16 100644
--- a/databases/p5-Data-Pageset/Makefile
+++ b/databases/p5-Data-Pageset/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Pageset
-# Date created: 29 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Data-Pageset
PORTVERSION= 1.06
@@ -20,6 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Data::Pageset.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>