summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 05:29:55 +0000
commitc153fc8db4cd271cf440847b07722defd6363824 (patch)
tree7d6f09364ae164355f84938027aaeaf3db656249 /textproc
parentOn installations that have devel/rcs (GNU rcs) installed, fwbuilder fails (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326939
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gladtex/Makefile2
-rw-r--r--textproc/p5-Algorithm-CheckDigits/Makefile9
-rw-r--r--textproc/p5-MARC-XML/Makefile9
-rw-r--r--textproc/p5-Number-Format/Makefile9
-rw-r--r--textproc/p5-PPIx-EditorTools/Makefile3
-rw-r--r--textproc/p5-Perl-Critic-Bangs/Makefile8
-rw-r--r--textproc/p5-Senna/Makefile8
-rw-r--r--textproc/p5-String-Fraction/Makefile9
-rw-r--r--textproc/p5-Text-ASCIIMathML/Makefile9
-rw-r--r--textproc/p5-Text-CSV-Encoded/Makefile9
-rw-r--r--textproc/p5-Text-CSV-Simple/Makefile8
-rw-r--r--textproc/p5-Text-Extract-Word/Makefile9
-rw-r--r--textproc/p5-Text-Language-Guess/Makefile9
-rw-r--r--textproc/p5-Text-Netstring/Makefile9
-rw-r--r--textproc/p5-Text-Report/Makefile9
-rw-r--r--textproc/p5-Unicode-LineBreak/Makefile3
-rw-r--r--textproc/p5-XML-DoubleEncodedEntities/Makefile9
-rw-r--r--textproc/p5-XML-RSS/Makefile9
-rw-r--r--textproc/p5-libsoldout/Makefile3
19 files changed, 50 insertions, 93 deletions
diff --git a/textproc/gladtex/Makefile b/textproc/gladtex/Makefile
index de0d4a1d4197..d1423a025412 100644
--- a/textproc/gladtex/Makefile
+++ b/textproc/gladtex/Makefile
@@ -27,7 +27,7 @@ MAKE_ENV+= BINPATH=${BINPATH} INCPATH="${INCPATH}" LIBPATH="${LIBPATH}"
MAN1= ${PORTNAME}.1
.endif
-USE_PERL5= yes
+USES= perl5
do-install:
@cd ${WRKSRC}; \
diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile
index 4b66b1281d60..fbeb88290edd 100644
--- a/textproc/p5-Algorithm-CheckDigits/Makefile
+++ b/textproc/p5-Algorithm-CheckDigits/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Algorithm-CheckDigits
-# Date created: 2011-04-03
-# Whom: Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Algorithm-CheckDigits
PORTVERSION= 1.2.0
@@ -19,7 +15,8 @@ TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl
PKGNAMEPREFIX= p5-
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= checkdigits.pl.1
diff --git a/textproc/p5-MARC-XML/Makefile b/textproc/p5-MARC-XML/Makefile
index a880dec3da71..d046e39a549c 100644
--- a/textproc/p5-MARC-XML/Makefile
+++ b/textproc/p5-MARC-XML/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MARC-XML
-# Date created: 6 August 2009
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MARC-XML
PORTVERSION= 1.0.1
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN1= marc2xml.1 xml2marc.1
MAN3= MARC::File::XML.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile
index 264d1092dfaa..75e3485f786f 100644
--- a/textproc/p5-Number-Format/Makefile
+++ b/textproc/p5-Number-Format/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Number::Format
-# Date created: 27 Oct 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Number-Format
PORTVERSION= 1.73
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl extension for formatting numbers
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Number::Format.3
diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile
index 21642ffd7814..f6a6e7bd4ef5 100644
--- a/textproc/p5-PPIx-EditorTools/Makefile
+++ b/textproc/p5-PPIx-EditorTools/Makefile
@@ -21,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Most>=0.88:${PORTSDIR}/devel/p5-Test-Most
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PPIx::EditorTools.3 \
PPIx::EditorTools::FindUnmatchedBrace.3 \
diff --git a/textproc/p5-Perl-Critic-Bangs/Makefile b/textproc/p5-Perl-Critic-Bangs/Makefile
index 1f1963664a62..18c2a52bcf80 100644
--- a/textproc/p5-Perl-Critic-Bangs/Makefile
+++ b/textproc/p5-Perl-Critic-Bangs/Makefile
@@ -1,7 +1,4 @@
-# Ports collection makefile for: Perl::Critic::Bangs
-# Date created: Jun 06, 2008
-# Whom: Vany <ivan@serezhkin.com>
-#
+# Created by: Vany <ivan@serezhkin.com>
# $FreeBSD$
PORTNAME= Perl-Critic-Bangs
@@ -18,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
p5-Perl-Critic-Deprecated>=0:${PORTSDIR}/devel/p5-Perl-Critic-Deprecated
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Perl::Critic::Bangs.3 \
Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers.3 \
diff --git a/textproc/p5-Senna/Makefile b/textproc/p5-Senna/Makefile
index ff57cd436f8c..9934df783199 100644
--- a/textproc/p5-Senna/Makefile
+++ b/textproc/p5-Senna/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: p5-Senna
-# Date created: May 28 2005
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Senna
PORTVERSION= 0.51
@@ -18,7 +13,8 @@ COMMENT= Perl module for Embeddable Fulltext Search Engine
BUILD_DEPENDS= senna-cfg:${PORTSDIR}/textproc/senna
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= YES
+USES= perl5
+USE_PERL5= modbuild
CONFIGURE_ARGS+=</dev/null
CFLAGS+= -I${LOCALBASE}/include
MAN3= Senna.3 \
diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile
index b4ab84928765..8567be905d3d 100644
--- a/textproc/p5-String-Fraction/Makefile
+++ b/textproc/p5-String-Fraction/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: String-Fraction
-# Date created: 16 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= String-Fraction
PORTVERSION= 0.30
@@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= String::Fraction.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-ASCIIMathML/Makefile b/textproc/p5-Text-ASCIIMathML/Makefile
index 66e55a3e5ed8..13c238457cc0 100644
--- a/textproc/p5-Text-ASCIIMathML/Makefile
+++ b/textproc/p5-Text-ASCIIMathML/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-ASCIIMathML
-# Date created: 09 Aug, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= Text-ASCIIMathML
PORTVERSION= 0.81
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl extension for parsing ASCIIMathML text into MathML
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::ASCIIMathML.3
diff --git a/textproc/p5-Text-CSV-Encoded/Makefile b/textproc/p5-Text-CSV-Encoded/Makefile
index 6fe26073ac47..607dc0d8ebe5 100644
--- a/textproc/p5-Text-CSV-Encoded/Makefile
+++ b/textproc/p5-Text-CSV-Encoded/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-CSV-Encoded
-# Date Created: 18 September 2010
-# Whom: Dereckson <dereckson@gmail.com>
-#
+# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
-#
PORTNAME= Text-CSV-Encoded
PORTVERSION= 0.10
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-IO>=0:${PORTSDIR}/devel/p5-IO \
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::CSV::Encoded.3 Text::CSV::Encoded::Coder::Base.3 Text::CSV::Encoded::Coder::Encode.3 Text::CSV::Encoded::Coder::EncodeGuess.3
diff --git a/textproc/p5-Text-CSV-Simple/Makefile b/textproc/p5-Text-CSV-Simple/Makefile
index 69aa29615ed1..f361232d680a 100644
--- a/textproc/p5-Text-CSV-Simple/Makefile
+++ b/textproc/p5-Text-CSV-Simple/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: p5-Text-CSV-Simple
-# Date Created: 17 Dec, 2005
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Text-CSV-Simple
PORTVERSION= 1.00
@@ -19,7 +14,8 @@ BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::CSV::Simple.3
diff --git a/textproc/p5-Text-Extract-Word/Makefile b/textproc/p5-Text-Extract-Word/Makefile
index a94fa22c7d01..9577438e712a 100644
--- a/textproc/p5-Text-Extract-Word/Makefile
+++ b/textproc/p5-Text-Extract-Word/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-Extract-Word
-# Date created: April 07 2010
-# Whom: jupengfei <jupengfei@gmail.com>
-#
+# Created by: jupengfei <jupengfei@gmail.com>
# $FreeBSD$
-#
PORTNAME= Text-Extract-Word
PORTVERSION= 0.04
@@ -19,7 +15,8 @@ LICENSE= ART20
BUILD_DEPENDS= p5-OLE-Storage_Lite>0:${PORTSDIR}/devel/p5-OLE-Storage_Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Extract::Word.3
diff --git a/textproc/p5-Text-Language-Guess/Makefile b/textproc/p5-Text-Language-Guess/Makefile
index 9d9de278025a..185f23cf317e 100644
--- a/textproc/p5-Text-Language-Guess/Makefile
+++ b/textproc/p5-Text-Language-Guess/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-Text-Language-Guess
-# Date created: 2006-09-25
-# Whom: Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
-#
PORTNAME= Text-Language-Guess
PORTVERSION= 0.02
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Lingua-StopWords>=0:${PORTSDIR}/textproc/p5-Lingua-StopWords
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= language-guess.1
MAN3= Text::Language::Guess.3
diff --git a/textproc/p5-Text-Netstring/Makefile b/textproc/p5-Text-Netstring/Makefile
index 3dac884cfff9..5dff94a5670d 100644
--- a/textproc/p5-Text-Netstring/Makefile
+++ b/textproc/p5-Text-Netstring/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-Text-Netstring
-# Date created: 15 October 2003
-# Whom: James Raftery <james@now.ie>
-#
+# Created by: James Raftery <james@now.ie>
# $FreeBSD$
-#
PORTNAME= Text-Netstring
PORTVERSION= 0.07
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= james@now.ie
COMMENT= Perl module to create and manipulate netstring encoded strings
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Netstring.3
diff --git a/textproc/p5-Text-Report/Makefile b/textproc/p5-Text-Report/Makefile
index bbb724e7d104..1b991c62bd47 100644
--- a/textproc/p5-Text-Report/Makefile
+++ b/textproc/p5-Text-Report/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-Report
-# Date created: 2007-07-07
-# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
# $FreeBSD$
-#
PORTNAME= Text-Report
PORTVERSION= 1.004
@@ -17,7 +13,8 @@ COMMENT= For generating mixed columnar formatted reports and report templates
RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Report.3
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile
index c823ce0e2935..4046871967dc 100644
--- a/textproc/p5-Unicode-LineBreak/Makefile
+++ b/textproc/p5-Unicode-LineBreak/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS+= --with-bundled-sombok \
--disable-libthai
diff --git a/textproc/p5-XML-DoubleEncodedEntities/Makefile b/textproc/p5-XML-DoubleEncodedEntities/Makefile
index 421d1f5f3393..21f7757034a5 100644
--- a/textproc/p5-XML-DoubleEncodedEntities/Makefile
+++ b/textproc/p5-XML-DoubleEncodedEntities/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-XML-DoubleEncodedEntities
-# Date created: 11 April, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= XML-DoubleEncodedEntities
PORTVERSION= 1.0
@@ -16,7 +12,8 @@ COMMENT= Unbreak XML with Doubly-Encoded Entities
RUN_DEPENDS= p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::DoubleEncodedEntities.3
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile
index 75e98ae1d1e0..f17937ce55b7 100644
--- a/textproc/p5-XML-RSS/Makefile
+++ b/textproc/p5-XML-RSS/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: XML::RSS
-# Date created: 4th September 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= XML-RSS
PORTVERSION= 1.49
@@ -22,7 +18,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Manifest>=0.9:${PORTSDIR}/devel/p5-Test-Manifest
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::RSS.3
diff --git a/textproc/p5-libsoldout/Makefile b/textproc/p5-libsoldout/Makefile
index 0caf8b2f0a7e..83ebf1ed0091 100644
--- a/textproc/p5-libsoldout/Makefile
+++ b/textproc/p5-libsoldout/Makefile
@@ -17,7 +17,8 @@ LICENSE_COMB= dual
LIB_DEPENDS= soldout:${PORTSDIR}/textproc/libsoldout
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
USE_LDCONFIG= yes
MAN3= libsoldout.3