aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-RPN
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 05:53:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 05:53:03 +0000
commite10369322220c0fa0a0ab68ed222621adf553709 (patch)
treed3e054e43268209aa792f44c177f4789d4af4098 /math/p5-Math-RPN
parentce3840ccd53801f6f4b24f2fd1c0d1210d1d663a (diff)
downloadports-e10369322220c0fa0a0ab68ed222621adf553709.tar.gz
ports-e10369322220c0fa0a0ab68ed222621adf553709.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327032
Diffstat (limited to 'math/p5-Math-RPN')
-rw-r--r--math/p5-Math-RPN/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile
index 252a7c5ee332..f63c1d23d8a6 100644
--- a/math/p5-Math-RPN/Makefile
+++ b/math/p5-Math-RPN/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Math-RPN
-# Date created: 1 June 2010
-# Whom: Kevin Lo <kevlo@FreeBSD.org>
-#
+# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Math-RPN
PORTVERSION= 1.11
@@ -16,7 +12,8 @@ COMMENT= Reverse polish math expression evaluation
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::RPN.3