aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Fraction
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
commitc153fc8db4cd271cf440847b07722defd6363824 (patch)
tree7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-String-Fraction
parentc38737831812e30552fdfdb25a09354064a3a461 (diff)
downloadports-c153fc8db4cd271cf440847b07722defd6363824.tar.gz
ports-c153fc8db4cd271cf440847b07722defd6363824.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326939
Diffstat (limited to 'textproc/p5-String-Fraction')
-rw-r--r--textproc/p5-String-Fraction/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile
index b4ab84928765..8567be905d3d 100644
--- a/textproc/p5-String-Fraction/Makefile
+++ b/textproc/p5-String-Fraction/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: String-Fraction
-# Date created: 16 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= String-Fraction
PORTVERSION= 0.30
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= String::Fraction.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>