summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-12 05:53:03 +0000
committeraz <az@FreeBSD.org>2013-09-12 05:53:03 +0000
commit64b422e1ccdeed2bd5376a7739430c72f08453e1 (patch)
treed3e054e43268209aa792f44c177f4789d4af4098
parent9759a1bffcd93df3d12bdb17a2d82b7fa88b8c7d (diff)
downloadFreeBSD-ports-64b422e1ccdeed2bd5376a7739430c72f08453e1.zip
FreeBSD-ports-64b422e1ccdeed2bd5376a7739430c72f08453e1.tar.gz
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
-rw-r--r--math/jacal/Makefile8
-rw-r--r--math/ntl/Makefile3
-rw-r--r--math/octave-forge-base/Makefile2
-rw-r--r--math/p5-Algorithm-Munkres/Makefile9
-rw-r--r--math/p5-Math-Base36/Makefile9
-rw-r--r--math/p5-Math-BaseCalc/Makefile3
-rw-r--r--math/p5-Math-CDF/Makefile9
-rw-r--r--math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile3
-rw-r--r--math/p5-Math-Polygon-Tree/Makefile3
-rw-r--r--math/p5-Math-RPN/Makefile9
-rw-r--r--math/p5-Math-Random-OO/Makefile9
-rw-r--r--math/p5-Math-Random-Secure/Makefile9
-rw-r--r--math/p5-Math-SigFigs/Makefile9
-rw-r--r--math/p5-Math-TrulyRandom/Makefile9
-rw-r--r--math/p5-Number-Fraction/Makefile9
-rw-r--r--math/p5-Roman/Makefile9
-rw-r--r--math/p5-Statistics-Frequency/Makefile9
-rw-r--r--math/p5-Statistics-Regression/Makefile9
-rw-r--r--palm/p5-Palm-PalmDoc/Makefile9
19 files changed, 50 insertions, 89 deletions
diff --git a/math/jacal/Makefile b/math/jacal/Makefile
index d7bd368..453f6d4 100644
--- a/math/jacal/Makefile
+++ b/math/jacal/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Jacal
-# Date created: Sat Mar 16 2002
-# Whom: Mark R V Murray <markm@FreeBSD.org>
-#
+# Created by: Mark R V Murray <markm@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= jacal
PORTVERSION= 1c2
@@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}/jacal
USE_ZIP= yes
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MAN1= jacal.1
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 9825c30..f31d3eb 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= NTL_GMP_LIP=on
.endif
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= AR="${AR}" \
CC="${CC}" CFLAGS="${CFLAGS}" \
diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile
index c4fd934..5758a2e 100644
--- a/math/octave-forge-base/Makefile
+++ b/math/octave-forge-base/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove
-USE_PERL5= yes
+USES= perl5
SUB_FILES= load-octave-pkg
SUB_LIST+= PERL=${PERL}
diff --git a/math/p5-Algorithm-Munkres/Makefile b/math/p5-Algorithm-Munkres/Makefile
index 9e1702e..132bd8c 100644
--- a/math/p5-Algorithm-Munkres/Makefile
+++ b/math/p5-Algorithm-Munkres/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Algorithm-Munkres
-# Date created: 2009-01-26
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= Algorithm-Munkres
PORTVERSION= 0.08
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Algorithm::Munkres.3
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile
index 595ff66..2aded35 100644
--- a/math/p5-Math-Base36/Makefile
+++ b/math/p5-Math-Base36/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: math/p5-Math-Base36
-# Date created: 2008-08-04
-# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org>
-#
+# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
# $FreeBSD$
-#
PORTNAME= Math-Base36
PORTVERSION= 0.10
@@ -17,7 +13,8 @@ COMMENT= Encoding and decoding of base36 strings
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Base36.3
diff --git a/math/p5-Math-BaseCalc/Makefile b/math/p5-Math-BaseCalc/Makefile
index aff5438..caea776 100644
--- a/math/p5-Math-BaseCalc/Makefile
+++ b/math/p5-Math-BaseCalc/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Convert numbers between various bases
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::BaseCalc.3
diff --git a/math/p5-Math-CDF/Makefile b/math/p5-Math-CDF/Makefile
index cd556b8..42f6a0c 100644
--- a/math/p5-Math-CDF/Makefile
+++ b/math/p5-Math-CDF/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Math-CDF
-# Date created: 2010-11-13
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Math-CDF
PORTVERSION= 0.1
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Generate probabilities and quantiles from several statistical probability functions
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::CDF.3
diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
index 2a7360a..59d36c0 100644
--- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
+++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile
@@ -14,7 +14,8 @@ COMMENT= OO wrapper to gpc library
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
MAN3= Math::Geometry::Planar::GPC::Polygon.3
diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile
index 6ad34b5..07f255d 100644
--- a/math/p5-Math-Polygon-Tree/Makefile
+++ b/math/p5-Math-Polygon-Tree/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Polygon::Tree.3
diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile
index 252a7c5..f63c1d2 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
diff --git a/math/p5-Math-Random-OO/Makefile b/math/p5-Math-Random-OO/Makefile
index a56de12c..9d13468 100644
--- a/math/p5-Math-Random-OO/Makefile
+++ b/math/p5-Math-Random-OO/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Math-Random-OO
-# Date created: 2006-07-23
-# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
-#
PORTNAME= Math-Random-OO
PORTVERSION= 0.21
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \
RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Random::OO.3 \
Math::Random::OO::Bootstrap.3 \
diff --git a/math/p5-Math-Random-Secure/Makefile b/math/p5-Math-Random-Secure/Makefile
index b9be5af..9f3244b 100644
--- a/math/p5-Math-Random-Secure/Makefile
+++ b/math/p5-Math-Random-Secure/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Math::Random::Secure
-# Date created: 15 March 2011
-# Whom: Dereckson <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
-#
PORTNAME= Math-Random-Secure
PORTVERSION= 0.06
@@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
p5-Math-Random-ISAAC>=1.0.1:${PORTSDIR}/math/p5-Math-Random-ISAAC \
p5-Crypt-Random-Source>=0.07:${PORTSDIR}/security/p5-Crypt-Random-Source
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::Random::Secure.3 Math::Random::Secure::RNG.3
diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile
index 1edc03c..82ca4a3 100644
--- a/math/p5-Math-SigFigs/Makefile
+++ b/math/p5-Math-SigFigs/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Math-SigFigs
-# Date created: 2010-03-04
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Math-SigFigs
PORTVERSION= 1.09
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::SigFigs.3
diff --git a/math/p5-Math-TrulyRandom/Makefile b/math/p5-Math-TrulyRandom/Makefile
index 3718efd..0257ad6 100644
--- a/math/p5-Math-TrulyRandom/Makefile
+++ b/math/p5-Math-TrulyRandom/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Math::TrulyRandom
-# Date created: 17 March 2002
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
+# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Math-TrulyRandom
PORTVERSION= 1.0
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org
COMMENT= Perl interface to a truly random number generator function
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Math::TrulyRandom.3
diff --git a/math/p5-Number-Fraction/Makefile b/math/p5-Number-Fraction/Makefile
index 19b90eb..11e2b61 100644
--- a/math/p5-Number-Fraction/Makefile
+++ b/math/p5-Number-Fraction/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Number-Fraction
-# Date created: 2010-03-04
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Number-Fraction
PORTVERSION= 1.14
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension to model fractions
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Number::Fraction.3
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile
index b2731e5..7101fd3 100644
--- a/math/p5-Roman/Makefile
+++ b/math/p5-Roman/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Roman
-# Date created: 16 January 2003
-# Whom: Philip Paeps <philip@paeps.cx>
-#
+# Created by: Philip Paeps <philip@paeps.cx>
# $FreeBSD$
-#
PORTNAME= Roman
PORTVERSION= 1.22
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org
COMMENT= Perl module to convert between Arabic and Roman numerals
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Roman.3
diff --git a/math/p5-Statistics-Frequency/Makefile b/math/p5-Statistics-Frequency/Makefile
index 70af814..fb13246 100644
--- a/math/p5-Statistics-Frequency/Makefile
+++ b/math/p5-Statistics-Frequency/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Statistics-Frequency
-# Date created: 2010-03-08
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Statistics-Frequency
PORTVERSION= 0.03
@@ -15,6 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Simple counting of elements
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/math/p5-Statistics-Regression/Makefile b/math/p5-Statistics-Regression/Makefile
index 1b4056d..8826173 100644
--- a/math/p5-Statistics-Regression/Makefile
+++ b/math/p5-Statistics-Regression/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: math/p5-Statistics-Regression
-# Date created: Apr 7, 2007
-# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Statistics-Regression
PORTVERSION= 0.53
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module to perform weighted linear regression
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Statistics::Regression.3
diff --git a/palm/p5-Palm-PalmDoc/Makefile b/palm/p5-Palm-PalmDoc/Makefile
index a31fa7a..f146e62 100644
--- a/palm/p5-Palm-PalmDoc/Makefile
+++ b/palm/p5-Palm-PalmDoc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Palm-PalmDoc
-# Date created: 2 February 2004
-# Whom: Simon Dick <simond@irrelevant.org>
-#
+# Created by: Simon Dick <simond@irrelevant.org>
# $FreeBSD$
-#
PORTNAME= Palm-PalmDoc
PORTVERSION= 0.13
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= simond@irrelevant.org
COMMENT= Perl 5 modules for reading and writing PalmDoc files
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Palm::PalmDoc.3
OpenPOWER on IntegriCloud