mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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}" \
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue