summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-02 18:52:07 +0000
commit4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch)
treea4a613f80a0e443c044c2319e43ce75e14c50813 /converters
parent- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff)
- Convert to new perl framework
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes
Notes: svn path=/head/; revision=324174
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Convert-ASCII-Armour/Makefile9
-rw-r--r--converters/p5-Convert-ASN1/Makefile9
-rw-r--r--converters/p5-Convert-Bencode_XS/Makefile9
-rw-r--r--converters/p5-Convert-BinHex/Makefile3
-rw-r--r--converters/p5-Convert-Binary-C/Makefile9
-rw-r--r--converters/p5-Convert-IBM390/Makefile9
-rw-r--r--converters/p5-Convert-Morse/Makefile9
-rw-r--r--converters/p5-Convert-PEM/Makefile9
-rw-r--r--converters/p5-Convert-TNEF/Makefile3
-rw-r--r--converters/p5-Convert-UUlib/Makefile9
-rw-r--r--converters/p5-Encode-Detect/Makefile3
-rw-r--r--converters/p5-Encode-IMAPUTF7/Makefile9
-rw-r--r--converters/p5-JSON-Any/Makefile3
-rw-r--r--converters/p5-JSON-DWIW/Makefile9
-rw-r--r--converters/p5-JSON-XS/Makefile3
-rw-r--r--converters/p5-MIME-Base64/Makefile3
-rw-r--r--converters/p5-String-Multibyte/Makefile9
-rw-r--r--converters/p5-Text-Bidi/Makefile9
-rw-r--r--converters/p5-Text-Iconv/Makefile11
-rw-r--r--converters/p5-Unicode-String/Makefile9
-rw-r--r--converters/p5-Unicode-Stringprep/Makefile9
21 files changed, 57 insertions, 98 deletions
diff --git a/converters/p5-Convert-ASCII-Armour/Makefile b/converters/p5-Convert-ASCII-Armour/Makefile
index b1d2b0ad3c7b..7e523b4f121b 100644
--- a/converters/p5-Convert-ASCII-Armour/Makefile
+++ b/converters/p5-Convert-ASCII-Armour/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-ASCII-Armour
-# Date created: 2001/08/26
-# Whom: nork@cityfujisawa.ne.jp
-#
+# Created by: nork@cityfujisawa.ne.jp
# $FreeBSD$
-#
PORTNAME= Convert-ASCII-Armour
PORTVERSION= 1.4
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert binary octets into ASCII armoured messages
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile
index 78c5821aa5e4..47058b1894ea 100644
--- a/converters/p5-Convert-ASN1/Makefile
+++ b/converters/p5-Convert-ASN1/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-ASN1
-# Date created: October 27, 2000
-# Whom: Marc Fournier <scrappy@FreeBSD.org>
-#
+# Created by: Marc Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Convert-ASN1
PORTVERSION= 0.26
@@ -20,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::ASN1.3
diff --git a/converters/p5-Convert-Bencode_XS/Makefile b/converters/p5-Convert-Bencode_XS/Makefile
index c4dbfd6829e4..5c26829123fb 100644
--- a/converters/p5-Convert-Bencode_XS/Makefile
+++ b/converters/p5-Convert-Bencode_XS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-Bencode_XS
-# Date created: 2006-08-23
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Convert-Bencode_XS
PORTVERSION= 0.06
@@ -16,7 +12,8 @@ COMMENT= Faster conversions to/from Bencode format
RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::Bencode_XS.3
diff --git a/converters/p5-Convert-BinHex/Makefile b/converters/p5-Convert-BinHex/Makefile
index a2f0ff013015..6fcc9f142c62 100644
--- a/converters/p5-Convert-BinHex/Makefile
+++ b/converters/p5-Convert-BinHex/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to extract data from Macintosh BinHex files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::BinHex.3
diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile
index 73742c48ae5e..5f73bc11dd80 100644
--- a/converters/p5-Convert-Binary-C/Makefile
+++ b/converters/p5-Convert-Binary-C/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Convert-Binary-C
-# Date created: 26 May 2004
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Convert-Binary-C
PORTVERSION= 0.76
@@ -19,7 +15,8 @@ LICENSE_COMB= dual
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= ccconfig.1
MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
diff --git a/converters/p5-Convert-IBM390/Makefile b/converters/p5-Convert-IBM390/Makefile
index 39f672728d36..8b25f6098d69 100644
--- a/converters/p5-Convert-IBM390/Makefile
+++ b/converters/p5-Convert-IBM390/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-IBM390
-# Date created: 13 Aug 2005
-# Whom: Jason Burgess <dev@fenux.net>
-#
+# Created by: Jason Burgess <dev@fenux.net>
# $FreeBSD$
-#
PORTNAME= Convert-IBM390
PORTVERSION= 0.27
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Functions for manipulating mainframe data
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::IBM390.3 \
Convert::IBM390::CP00037.3 \
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile
index 868ce01503a0..9a4436c11302 100644
--- a/converters/p5-Convert-Morse/Makefile
+++ b/converters/p5-Convert-Morse/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Convert-Morse
-# Date created: Wed Jan 3 16:37:55 2001
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= Convert-Morse
PORTVERSION= 0.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to convert between ASCII and Morse codes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::Morse.3
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile
index f69c81d0f02b..f538fbad294f 100644
--- a/converters/p5-Convert-PEM/Makefile
+++ b/converters/p5-Convert-PEM/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-PEM
-# Date created: Tue Sep 11 10:33:05 PDT 2001
-# Whom: Michael Haro <mharo@FreeBSD.org>
-#
+# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Convert-PEM
PORTVERSION= 0.08
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-Crypt-DES_EDE3>=0:${PORTSDIR}/security/p5-Crypt-DES_EDE3
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::PEM.3 Convert::PEM::CBC.3
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile
index f5de7349c69e..ab8d6f9eb17e 100644
--- a/converters/p5-Convert-TNEF/Makefile
+++ b/converters/p5-Convert-TNEF/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-MIME-Tools>=4.109:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::TNEF.3
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile
index 2e2d42729ddc..0b053a061bca 100644
--- a/converters/p5-Convert-UUlib/Makefile
+++ b/converters/p5-Convert-UUlib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Convert-UUlib
-# Date created: November 19th 2000
-# Whom: Blaz Zupan <blaz@amis.net>
-#
+# Created by: Blaz Zupan <blaz@amis.net>
# $FreeBSD$
-#
PORTNAME= Convert-UUlib
PORTVERSION= 1.40
@@ -17,7 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0,,}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Convert::UUlib.3
diff --git a/converters/p5-Encode-Detect/Makefile b/converters/p5-Encode-Detect/Makefile
index 51f9be6ced32..ed961ee0fd2f 100644
--- a/converters/p5-Encode-Detect/Makefile
+++ b/converters/p5-Encode-Detect/Makefile
@@ -13,7 +13,8 @@ COMMENT= Encode::Encoding subclass that detects the encoding of data
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Encode::Detect.3 Encode::Detect::Detector.3
diff --git a/converters/p5-Encode-IMAPUTF7/Makefile b/converters/p5-Encode-IMAPUTF7/Makefile
index 099931371785..5d485c7077d0 100644
--- a/converters/p5-Encode-IMAPUTF7/Makefile
+++ b/converters/p5-Encode-IMAPUTF7/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Encode-IMAPUTF7
-# Date created: Dec 18, 2009
-# Whom: Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Encode-IMAPUTF7
PORTVERSION= 1.05
@@ -17,7 +13,8 @@ COMMENT= Modification of UTF-7 encoding for IMAP
BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Encode::IMAPUTF7.3
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index 50daf6bf876b..f85f0d0d5d87 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -16,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= JSON::Any.3
diff --git a/converters/p5-JSON-DWIW/Makefile b/converters/p5-JSON-DWIW/Makefile
index bccc79e5175f..d47ef941e17e 100644
--- a/converters/p5-JSON-DWIW/Makefile
+++ b/converters/p5-JSON-DWIW/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-JSON-DWIW
-# Date created: 2007/02/14
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= JSON-DWIW
PORTVERSION= 0.47
@@ -16,6 +12,7 @@ COMMENT= JSON converter that Does What I Want
MAN3= JSON::DWIW.3 JSON::DWIW::Boolean.3 JSON::DWIW::Changes.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile
index 4aa66218bd6e..82788a7742ab 100644
--- a/converters/p5-JSON-XS/Makefile
+++ b/converters/p5-JSON-XS/Makefile
@@ -13,7 +13,8 @@ COMMENT= JSON serialising/deserialising, done correctly and fast
BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= json_xs.1
MAN3= JSON::XS.3 JSON::XS::Boolean.3
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile
index ed6d462731c2..1957d8b78ef9 100644
--- a/converters/p5-MIME-Base64/Makefile
+++ b/converters/p5-MIME-Base64/Makefile
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
index 8257a132a981..ff34b76553c9 100644
--- a/converters/p5-String-Multibyte/Makefile
+++ b/converters/p5-String-Multibyte/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: String::Multibyte
-# Date created: 25 Jan 2002
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= String-Multibyte
PORTVERSION= 1.10
@@ -18,7 +14,8 @@ COMMENT= Perl module to manipulate multibyte character strings
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::Multibyte.3 \
String::Multibyte::Big5.3 \
diff --git a/converters/p5-Text-Bidi/Makefile b/converters/p5-Text-Bidi/Makefile
index f46435265377..48f6d0f5d716 100644
--- a/converters/p5-Text-Bidi/Makefile
+++ b/converters/p5-Text-Bidi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-Bidi
-# Date created: 2008-03-24
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Text-Bidi
PORTVERSION= 0.03
@@ -17,7 +13,8 @@ COMMENT= Perl interface to the libfribidi
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
MAN3= Text::Bidi.3 Text::Bidi::CapRTL.3
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile
index 4b8b4762d8ac..a83dec15351d 100644
--- a/converters/p5-Text-Iconv/Makefile
+++ b/converters/p5-Text-Iconv/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Text::Iconv
-# Date created: 26 Dec 2000
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Text-Iconv
PORTVERSION= 1.7
@@ -14,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to iconv() codeset conversion function
-USES= iconv
-
-PERL_CONFIGURE= yes
+USES= perl5 iconv
+USE_PERL5= configure
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -liconv"
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index 45fd2da45e94..ddd53844f292 100644
--- a/converters/p5-Unicode-String/Makefile
+++ b/converters/p5-Unicode-String/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Unicode-String
-# Date created: 10th September 2000
-# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
-#
+# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
# $FreeBSD$
-#
PORTNAME= Unicode-String
PORTVERSION= 2.09
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unicode::CharName.3 Unicode::String.3
diff --git a/converters/p5-Unicode-Stringprep/Makefile b/converters/p5-Unicode-Stringprep/Makefile
index 631c3446c5c9..a858d256fc85 100644
--- a/converters/p5-Unicode-Stringprep/Makefile
+++ b/converters/p5-Unicode-Stringprep/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Unicode-Stringprep
-# Date created: 10 Dec 2010
-# Whom: Timur Bakeyev <bat@cpan.org>
-#
+# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$
-#
PORTNAME= Unicode-Stringprep
PORTVERSION= 1.104
@@ -21,7 +17,8 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${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= Unicode::Stringprep.3 \
Unicode::Stringprep::BiDi.3 \