diff options
author | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
commit | 31367baab81ff752e42424634ea704d1b30f3978 (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 | |
parent | 819e7b2d8b9c40afea69ead7718189b3791e1d10 (diff) | |
download | freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.gz freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.zst freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | textproc/cdif/Makefile | 9 | ||||
-rw-r--r-- | textproc/csvdiff/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Data-SpreadPagination/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-EBook-Tools/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-HTML-HTML5-Entities/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Hatena-Keyword/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-IO-CSVHeaderFile/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Pod-Perldoc/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-SQL-Tokenizer/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-String-Escape/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Syntax-Highlight-Perl-Improved/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-ClearSilver/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-DHCPLeases/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-CanonicalizeXML/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-TokeParser/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Validate/Makefile | 9 | ||||
-rw-r--r-- | textproc/publican/Makefile | 3 | ||||
-rw-r--r-- | textproc/yali/Makefile | 7 | ||||
-rw-r--r-- | textproc/yamcha/Makefile | 9 |
19 files changed, 49 insertions, 83 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 9dd134a460b9..31ab36fd30cf 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: cdif -# Date created: July 22, 2000 -# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> -# -# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:07 jlam Exp $ +# Created by: Yoshiro MIHIRA <sanpei@sanpei.org> # $FreeBSD$ -# PORTNAME= cdif PORTVERSION= 1.19 @@ -15,7 +10,7 @@ EXTRACT_SUFX= # empty MAINTAINER= sanpei@FreeBSD.org COMMENT= Word context diff -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile index b2544b151bf4..98851f4b6ea9 100644 --- a/textproc/csvdiff/Makefile +++ b/textproc/csvdiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: csvdiff -# Date created: 2006/07/12 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= csvdiff PORTVERSION= 1.7 @@ -17,7 +13,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Compare/diff two (comma) separated files with each other NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/csvdiff WRKSRC= ${WRKDIR} .if !defined(NOPORTDOCS) diff --git a/textproc/p5-Data-SpreadPagination/Makefile b/textproc/p5-Data-SpreadPagination/Makefile index 90d3730bc14c..bc979efb0350 100644 --- a/textproc/p5-Data-SpreadPagination/Makefile +++ b/textproc/p5-Data-SpreadPagination/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= \ p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::SpreadPagination.3 diff --git a/textproc/p5-EBook-Tools/Makefile b/textproc/p5-EBook-Tools/Makefile index aca0eaf3e1c2..4e1777d6315c 100644 --- a/textproc/p5-EBook-Tools/Makefile +++ b/textproc/p5-EBook-Tools/Makefile @@ -30,7 +30,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${LOCALBASE}/bin/tidy4:${PORTSDIR}/www/tidy -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= ebook.1 MAN3= EBook::Tools.3 \ diff --git a/textproc/p5-HTML-HTML5-Entities/Makefile b/textproc/p5-HTML-HTML5-Entities/Makefile index fdaa3262fb3f..15533f8b3f96 100644 --- a/textproc/p5-HTML-HTML5-Entities/Makefile +++ b/textproc/p5-HTML-HTML5-Entities/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-HTML5-Entities -# Date created: 2011-10-11 -# Whom: Frederic Culot <culot@FreeBSD.org> -# +# Created by: Frederic Culot <culot@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-HTML5-Entities PORTVERSION= 0.003 @@ -18,7 +14,8 @@ COMMENT= Pure Perl drop-in replacement for HTML::Entities LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= HTML::HTML5::Entities.3 diff --git a/textproc/p5-Hatena-Keyword/Makefile b/textproc/p5-Hatena-Keyword/Makefile index 376d0c175669..9dc57cae1fae 100644 --- a/textproc/p5-Hatena-Keyword/Makefile +++ b/textproc/p5-Hatena-Keyword/Makefile @@ -27,7 +27,8 @@ RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \ p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Hatena::Keyword.3 diff --git a/textproc/p5-IO-CSVHeaderFile/Makefile b/textproc/p5-IO-CSVHeaderFile/Makefile index 4e2abf0499ed..11cdee4c31ec 100644 --- a/textproc/p5-IO-CSVHeaderFile/Makefile +++ b/textproc/p5-IO-CSVHeaderFile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-CSVHeaderFile -# Date created: Nov 23 03:11:08 MSK 2004 -# Whom: Vasek Balcar <vasek@ti.cz> -# +# Created by: Vasek Balcar <vasek@ti.cz> # $FreeBSD$ -# PORTNAME= IO-CSVHeaderFile PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Perl module to automate reads from CSV formatted text files BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::CSVHeaderFile.3 diff --git a/textproc/p5-Pod-Perldoc/Makefile b/textproc/p5-Pod-Perldoc/Makefile index 6a88ed4c1da5..bdb5c3514a4d 100644 --- a/textproc/p5-Pod-Perldoc/Makefile +++ b/textproc/p5-Pod-Perldoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pod-Perldoc -# Date created: 2010-05-11 -# Whom: Ashish SHUKLA <wahjava@gmail.com> -# +# Created by: Ashish SHUKLA <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= Pod-Perldoc PORTVERSION= 3.17 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Look up Perl documentation in Pod format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pod::Perldoc::ToNroff.3 \ Pod::Perldoc::ToTk.3 \ diff --git a/textproc/p5-SQL-Tokenizer/Makefile b/textproc/p5-SQL-Tokenizer/Makefile index 02989b244edb..a4810e7312b0 100644 --- a/textproc/p5-SQL-Tokenizer/Makefile +++ b/textproc/p5-SQL-Tokenizer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: SQL-Tokenizer -# Date created: 2011-02-12 -# Whom: milki <milki@rescomp.berkeley.edu> -# +# Created by: milki <milki@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= SQL-Tokenizer PORTVERSION= 0.24 @@ -18,7 +14,8 @@ COMMENT= Simple regular expressions based SQL tokenizer LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SQL::Tokenizer.3 diff --git a/textproc/p5-String-Escape/Makefile b/textproc/p5-String-Escape/Makefile index a704e934c6b7..25be5132450d 100644 --- a/textproc/p5-String-Escape/Makefile +++ b/textproc/p5-String-Escape/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-String-Escape -# Date Created: 15 May 2009 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= String-Escape PORTVERSION= 2010.002 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= catone@cpan.org COMMENT= Registry of string functions, including backslash escapes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Escape.3 diff --git a/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile b/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile index 7c8c08cb915b..53bee86c0987 100644 --- a/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile +++ b/textproc/p5-Syntax-Highlight-Perl-Improved/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Syntax-Highlight-Perl-Improved -# Date created: 2 August 2005 -# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net> -# +# Created by: Mauricio Herrera Cuadra <mauricio@arareko.net> # $FreeBSD$ -# PORTNAME= Syntax-Highlight-Perl-Improved PORTVERSION= 1.01 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net COMMENT= Syntax highlighting for Perl code -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Syntax::Highlight::Perl::Improved.3 diff --git a/textproc/p5-Text-ClearSilver/Makefile b/textproc/p5-Text-ClearSilver/Makefile index c111a106fbb3..19b0cbdd2edd 100644 --- a/textproc/p5-Text-ClearSilver/Makefile +++ b/textproc/p5-Text-ClearSilver/Makefile @@ -13,7 +13,8 @@ TEST_DEPENDS= \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_GMAKE= yes CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/gmake diff --git a/textproc/p5-Text-DHCPLeases/Makefile b/textproc/p5-Text-DHCPLeases/Makefile index c34a86e53545..bd64b45991c8 100644 --- a/textproc/p5-Text-DHCPLeases/Makefile +++ b/textproc/p5-Text-DHCPLeases/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to parse DHCP leases file from ISC dhcpd -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::DHCPLeases.3 \ Text::DHCPLeases::Object.3 \ diff --git a/textproc/p5-XML-CanonicalizeXML/Makefile b/textproc/p5-XML-CanonicalizeXML/Makefile index 25e17704a9db..dbf8049d7202 100644 --- a/textproc/p5-XML-CanonicalizeXML/Makefile +++ b/textproc/p5-XML-CanonicalizeXML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-CanonicalizeXML -# Date created: 2009-08-06 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= XML-CanonicalizeXML PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= Extension for inclusive/exclusive canonicalization of XML LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::CanonicalizeXML.3 diff --git a/textproc/p5-XML-TokeParser/Makefile b/textproc/p5-XML-TokeParser/Makefile index e35607cc8af0..63e851ba7c9a 100644 --- a/textproc/p5-XML-TokeParser/Makefile +++ b/textproc/p5-XML-TokeParser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML-TokeParser -# Date created: 10 April 2010 -# Whom: Mike Bristow <mike@urgle.com> -# +# Created by: Mike Bristow <mike@urgle.com> # $FreeBSD$ -# PORTNAME= XML-TokeParser PORTVERSION= 0.05 @@ -17,7 +13,8 @@ COMMENT= Simplified interface to XML::Parser BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::TokeParser.3 diff --git a/textproc/p5-XML-Validate/Makefile b/textproc/p5-XML-Validate/Makefile index a9cf263cbcf0..66e0acf08952 100644 --- a/textproc/p5-XML-Validate/Makefile +++ b/textproc/p5-XML-Validate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-XML-Validate -# Date created: 10 November 2009 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-Validate PORTVERSION= 1.025 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= validxml.pl.1 MAN3= XML::Validate.3 XML::Validate::Base.3 \ diff --git a/textproc/publican/Makefile b/textproc/publican/Makefile index 61662202ae71..58d1f9abad91 100644 --- a/textproc/publican/Makefile +++ b/textproc/publican/Makefile @@ -11,7 +11,8 @@ MAINTAINER= doceng@FreeBSD.org COMMENT= Single source publishing tool based on DocBook XML. USE_JAVA= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAKE_JOBS_UNSAFE= yes diff --git a/textproc/yali/Makefile b/textproc/yali/Makefile index 0c7079ed5193..0726b3f136b3 100644 --- a/textproc/yali/Makefile +++ b/textproc/yali/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: yali -# Date created: 12/04/2009 -# Whom: Tom Sparks <tsparks@appliedops.net> +# Created by: Tom Sparks <tsparks@appliedops.net> # $FreeBSD$ PORTNAME= yali @@ -19,7 +17,8 @@ COMMENT= YALI: Yet Another LOLCODE Interpreter RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_DOS2UNIX= yes diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile index bd946b843812..133ce7f85e44 100644 --- a/textproc/yamcha/Makefile +++ b/textproc/yamcha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yamcha -# Date created: Aug 3, 2006 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yamcha PORTVERSION= 0.33 @@ -18,7 +14,8 @@ BUILD_DEPENDS= svm_learn:${PORTSDIR}/science/svmlight USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build DOC_FILES= feature.png feature2.png feature3.png \ feature4.png feature5.png index.html \ yamcha.html yamcha.css |