- convert to the new perl5 framework

- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
This commit is contained in:
Andrej Zverev 2013-09-12 05:53:03 +00:00
parent ce3840ccd5
commit e103693222
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327032
19 changed files with 50 additions and 89 deletions

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Jacal # Created by: Mark R V Murray <markm@FreeBSD.org>
# Date created: Sat Mar 16 2002
# Whom: Mark R V Murray <markm@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= jacal PORTNAME= jacal
PORTVERSION= 1c2 PORTVERSION= 1c2
@ -20,7 +16,7 @@ WRKSRC= ${WRKDIR}/jacal
USE_ZIP= yes USE_ZIP= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_PERL5= yes USES= perl5
NO_BUILD= yes NO_BUILD= yes
MAN1= jacal.1 MAN1= jacal.1

View file

@ -16,7 +16,8 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= NTL_GMP_LIP=on CONFIGURE_ARGS= NTL_GMP_LIP=on
.endif .endif
USE_PERL5_BUILD= yes USES= perl5
USE_PERL5= build
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
CONFIGURE_ARGS+= AR="${AR}" \ CONFIGURE_ARGS+= AR="${AR}" \
CC="${CC}" CFLAGS="${CFLAGS}" \ CC="${CC}" CFLAGS="${CFLAGS}" \

View file

@ -18,7 +18,7 @@ RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \
p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \ p5-IO-Zlib>=0:${PORTSDIR}/archivers/p5-IO-Zlib \
p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove
USE_PERL5= yes USES= perl5
SUB_FILES= load-octave-pkg SUB_FILES= load-octave-pkg
SUB_LIST+= PERL=${PERL} SUB_LIST+= PERL=${PERL}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Algorithm-Munkres # Created by: Wen Heping <wenheping@gmail.com>
# Date created: 2009-01-26
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Algorithm-Munkres PORTNAME= Algorithm-Munkres
PORTVERSION= 0.08 PORTVERSION= 0.08
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com MAINTAINER= wenheping@gmail.com
COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Algorithm::Munkres.3 MAN3= Algorithm::Munkres.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: math/p5-Math-Base36 # Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
# Date created: 2008-08-04
# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-Base36 PORTNAME= Math-Base36
PORTVERSION= 0.10 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 BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::Base36.3 MAN3= Math::Base36.3

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org MAINTAINER= jadawin@FreeBSD.org
COMMENT= Convert numbers between various bases COMMENT= Convert numbers between various bases
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::BaseCalc.3 MAN3= Math::BaseCalc.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Math-CDF # Created by: Gea-Suan Lin <gslin@gslin.org>
# Date created: 2010-11-13
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-CDF PORTNAME= Math-CDF
PORTVERSION= 0.1 PORTVERSION= 0.1
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org MAINTAINER= gslin@gslin.org
COMMENT= Generate probabilities and quantiles from several statistical probability functions COMMENT= Generate probabilities and quantiles from several statistical probability functions
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::CDF.3 MAN3= Math::CDF.3

View file

@ -14,7 +14,8 @@ COMMENT= OO wrapper to gpc library
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
RUN_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 MAKE_JOBS_UNSAFE= yes
MAN3= Math::Geometry::Planar::GPC::Polygon.3 MAN3= Math::Geometry::Planar::GPC::Polygon.3

View file

@ -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 p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::Polygon::Tree.3 MAN3= Math::Polygon::Tree.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Math-RPN # Created by: Kevin Lo <kevlo@FreeBSD.org>
# Date created: 1 June 2010
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-RPN PORTNAME= Math-RPN
PORTVERSION= 1.11 PORTVERSION= 1.11
@ -16,7 +12,8 @@ COMMENT= Reverse polish math expression evaluation
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::RPN.3 MAN3= Math::RPN.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Math-Random-OO # Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# Date created: 2006-07-23
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-Random-OO PORTNAME= Math-Random-OO
PORTVERSION= 0.21 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 \ RUN_DEPENDS= p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::Random::OO.3 \ MAN3= Math::Random::OO.3 \
Math::Random::OO::Bootstrap.3 \ Math::Random::OO::Bootstrap.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Math::Random::Secure # Created by: Dereckson <dereckson@gmail.com>
# Date created: 15 March 2011
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-Random-Secure PORTNAME= Math-Random-Secure
PORTVERSION= 0.06 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-Math-Random-ISAAC>=1.0.1:${PORTSDIR}/math/p5-Math-Random-ISAAC \
p5-Crypt-Random-Source>=0.07:${PORTSDIR}/security/p5-Crypt-Random-Source 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 MAN3= Math::Random::Secure.3 Math::Random::Secure::RNG.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Math-SigFigs # Created by: Steve Wills <steve@mouf.net>
# Date created: 2010-03-04
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-SigFigs PORTNAME= Math-SigFigs
PORTVERSION= 1.09 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 \ RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::SigFigs.3 MAN3= Math::SigFigs.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Math::TrulyRandom # Created by: Anders Nordby <anders@FreeBSD.org>
# Date created: 17 March 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Math-TrulyRandom PORTNAME= Math-TrulyRandom
PORTVERSION= 1.0 PORTVERSION= 1.0
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org MAINTAINER= anders@FreeBSD.org
COMMENT= Perl interface to a truly random number generator function COMMENT= Perl interface to a truly random number generator function
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Math::TrulyRandom.3 MAN3= Math::TrulyRandom.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Number-Fraction # Created by: Steve Wills <steve@mouf.net>
# Date created: 2010-03-04
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Number-Fraction PORTNAME= Number-Fraction
PORTVERSION= 1.14 PORTVERSION= 1.14
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension to model fractions COMMENT= Perl extension to model fractions
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Number::Fraction.3 MAN3= Number::Fraction.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Roman # Created by: Philip Paeps <philip@paeps.cx>
# Date created: 16 January 2003
# Whom: Philip Paeps <philip@paeps.cx>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Roman PORTNAME= Roman
PORTVERSION= 1.22 PORTVERSION= 1.22
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= philip@FreeBSD.org MAINTAINER= philip@FreeBSD.org
COMMENT= Perl module to convert between Arabic and Roman numerals COMMENT= Perl module to convert between Arabic and Roman numerals
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Roman.3 MAN3= Roman.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Statistics-Frequency # Created by: Steve Wills <steve@mouf.net>
# Date created: 2010-03-08
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Statistics-Frequency PORTNAME= Statistics-Frequency
PORTVERSION= 0.03 PORTVERSION= 0.03
@ -15,6 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org MAINTAINER= swills@FreeBSD.org
COMMENT= Simple counting of elements COMMENT= Simple counting of elements
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: math/p5-Statistics-Regression # Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# Date created: Apr 7, 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Statistics-Regression PORTNAME= Statistics-Regression
PORTVERSION= 0.53 PORTVERSION= 0.53
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module to perform weighted linear regression COMMENT= Perl module to perform weighted linear regression
PERL_CONFIGURE= yes USES= perl5
USE_PERL5= configure
MAN3= Statistics::Regression.3 MAN3= Statistics::Regression.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Palm-PalmDoc # Created by: Simon Dick <simond@irrelevant.org>
# Date created: 2 February 2004
# Whom: Simon Dick <simond@irrelevant.org>
#
# $FreeBSD$ # $FreeBSD$
#
PORTNAME= Palm-PalmDoc PORTNAME= Palm-PalmDoc
PORTVERSION= 0.13 PORTVERSION= 0.13
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= simond@irrelevant.org MAINTAINER= simond@irrelevant.org
COMMENT= Perl 5 modules for reading and writing PalmDoc files COMMENT= Perl 5 modules for reading and writing PalmDoc files
PERL_CONFIGURE= YES USES= perl5
USE_PERL5= configure
MAN3= Palm::PalmDoc.3 MAN3= Palm::PalmDoc.3