aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Random-ISAAC
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-06 08:50:49 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-06 08:50:49 +0000
commit2c25cf429d2666ce14bd7dc8623ba038953a470e (patch)
tree5aa3cd74114ed035ad4ba813977c32381a693ed0 /math/p5-Math-Random-ISAAC
parent9bb16a96a346d4c10541421482ceac831cf26d46 (diff)
downloadports-2c25cf429d2666ce14bd7dc8623ba038953a470e.tar.gz
ports-2c25cf429d2666ce14bd7dc8623ba038953a470e.zip
- Convert to new perl framework
- Trim Makefile header Approved by: wen@ (maintainer)
Notes
Notes: svn path=/head/; revision=324306
Diffstat (limited to 'math/p5-Math-Random-ISAAC')
-rw-r--r--math/p5-Math-Random-ISAAC/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile
index 51d962a1725a..c58a6f8c2e35 100644
--- a/math/p5-Math-Random-ISAAC/Makefile
+++ b/math/p5-Math-Random-ISAAC/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Math::Random::ISAAC
-# Date created: 07 Dec, 2009
-# Whom: Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Math-Random-ISAAC
PORTVERSION= 1.004
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Random::ISAAC::PP.3 \
Math::Random::ISAAC.3