aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Number-WithError
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 06:03:58 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 06:03:58 +0000
commit5afe3af5800cef153c206dcf3ce2f56aa85ada42 (patch)
tree43a75d1113991650ff8764ee64732c9d181c0ce4 /math/p5-Number-WithError
parente10369322220c0fa0a0ab68ed222621adf553709 (diff)
downloadports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.tar.gz
ports-5afe3af5800cef153c206dcf3ce2f56aa85ada42.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327033
Diffstat (limited to 'math/p5-Number-WithError')
-rw-r--r--math/p5-Number-WithError/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile
index d0f9c83c2765..bc41fe7dc5f6 100644
--- a/math/p5-Number-WithError/Makefile
+++ b/math/p5-Number-WithError/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Number-WithError
-# Date created: 15 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Number-WithError
PORTVERSION= 1.01
@@ -22,6 +18,7 @@ TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
MAN3= Number::WithError.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>