aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Package-Constants/Makefile
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-08 21:29:44 +0800
committeraz <az@FreeBSD.org>2013-09-08 21:29:44 +0800
commitb9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143 (patch)
tree10f157894719947908820cd8628af5801d1b7534 /devel/p5-Package-Constants/Makefile
parent0d896dc0eadb81e01f54b7f6f20b648a073d0198 (diff)
downloadfreebsd-ports-gnome-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.tar.gz
freebsd-ports-gnome-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.tar.zst
freebsd-ports-gnome-b9e5d0150e2c6b53bebbacd0e5acc0d5c8b79143.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/p5-Package-Constants/Makefile')
-rw-r--r--devel/p5-Package-Constants/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Package-Constants/Makefile b/devel/p5-Package-Constants/Makefile
index 2a537367ec1f..740e5c7f9f27 100644
--- a/devel/p5-Package-Constants/Makefile
+++ b/devel/p5-Package-Constants/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Package-Constants
-# Date created: 25 Jun 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Package-Constants
PORTVERSION= 0.02
@@ -16,6 +12,7 @@ COMMENT= List all constants declared in a package
MAN3= Package::Constants.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>