From 4450b7cdf46a83c66afc9368754b5754e6614774 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 11 Sep 2013 06:03:56 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- textproc/docbook-utils/Makefile | 9 +++------ textproc/makepatch/Makefile | 3 ++- textproc/metaf2xml/Makefile | 9 +++------ textproc/p5-Geo-Parse-OSM/Makefile | 3 ++- textproc/p5-MARC/Makefile | 9 +++------ textproc/p5-Net-IDN-Encode/Makefile | 3 ++- textproc/p5-PPIx-Regexp/Makefile | 3 ++- textproc/p5-Search-Odeum/Makefile | 9 +++------ textproc/p5-Solr/Makefile | 9 +++------ textproc/p5-Spreadsheet-ReadSXC/Makefile | 9 +++------ textproc/p5-Template-Semantic/Makefile | 3 ++- textproc/p5-Text-Format+NWrap/Makefile | 9 +++------ textproc/p5-Text-Pipe/Makefile | 3 ++- textproc/p5-Text-vCard/Makefile | 3 ++- textproc/p5-Unicode-Unihan/Makefile | 9 +++------ textproc/p5-XML-FOAF/Makefile | 3 ++- textproc/p5-XML-LibXML-Simple/Makefile | 3 ++- textproc/p5-XML-Mini/Makefile | 9 +++------ textproc/ruby-xmlparser/Makefile | 2 +- 19 files changed, 46 insertions(+), 64 deletions(-) diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile index 8e42fe7..03ce742 100644 --- a/textproc/docbook-utils/Makefile +++ b/textproc/docbook-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: docbook-utils -# Date created: 3 May 2004 -# Whom: Brian Candler -# +# Created by: Brian Candler # $FreeBSD$ -# PORTNAME= docbook-utils PORTVERSION= 0.6.14 @@ -25,7 +21,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-d CONFLICTS= docbook2X-* -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_TEX= jadetex GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile index 7c89e79..6a29bf6 100644 --- a/textproc/makepatch/Makefile +++ b/textproc/makepatch/Makefile @@ -9,7 +9,8 @@ MASTER_SITE_SUBDIR= CPAN:JV MAINTAINER= clsung@FreeBSD.org COMMENT= Perl scripts to assist in the generation and application of patches -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= makepatch.1 applypatch.1 diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index 723f47a..7a1bc8e 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: metaf2xml -# Date created: 2006-08-11 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= metaf2xml PORTVERSION= 1.42 @@ -20,7 +16,8 @@ MAKE_ARGS= CGI_BIN_DIR=${PREFIX}/www/metaf2xml/cgi-bin \ METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_XSL=${DATADIR} NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run pre-install: ${MKDIR} ${PREFIX}/www/metaf2xml/cgi-bin \ diff --git a/textproc/p5-Geo-Parse-OSM/Makefile b/textproc/p5-Geo-Parse-OSM/Makefile index e0a5b51..9b7d926 100644 --- a/textproc/p5-Geo-Parse-OSM/Makefile +++ b/textproc/p5-Geo-Parse-OSM/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.221 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Parse::OSM.3 \ Geo::Parse::OSM::Multipass.3 \ diff --git a/textproc/p5-MARC/Makefile b/textproc/p5-MARC/Makefile index 113568d..cfc61e4 100644 --- a/textproc/p5-MARC/Makefile +++ b/textproc/p5-MARC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC -# Date created: 23 December 2001 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= MARC PORTVERSION= 1.15 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A module for manipulating bibliographic records in the USMARC format -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MARC.3 diff --git a/textproc/p5-Net-IDN-Encode/Makefile b/textproc/p5-Net-IDN-Encode/Makefile index eac6872..6d78423 100644 --- a/textproc/p5-Net-IDN-Encode/Makefile +++ b/textproc/p5-Net-IDN-Encode/Makefile @@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Net-IDN-Nameprep>=0:${PORTSDIR}/converters/p5-Net-IDN-Nameprep BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::IDN::Encode.3 Net::IDN::Overview.3 Net::IDN::Punycode.3 \ Net::IDN::Punycode::PP.3 Net::IDN::Standards.3 \ diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index 199e2c9..09d9706 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PPIx::Regexp.3 \ PPIx::Regexp::Constant.3 \ diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index a3b02ce..a77ffcc 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Search-Odeum -# Date created: 2007-07-26 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Search-Odeum PORTVERSION= 0.02 @@ -20,7 +16,8 @@ LIB_DEPENDS= qdbm:${PORTSDIR}/databases/qdbm CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= CFLAGS="${CFLAGS}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Search::Odeum.3 \ Search::Odeum::Document.3 \ diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile index 2384e5b..fb70177 100644 --- a/textproc/p5-Solr/Makefile +++ b/textproc/p5-Solr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Solr -# Date created: 2009-03-16 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Solr PORTVERSION= 0.03 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= Solr.3 Solr::HTTPUpdateHandler.3 Solr::Schema.3 diff --git a/textproc/p5-Spreadsheet-ReadSXC/Makefile b/textproc/p5-Spreadsheet-ReadSXC/Makefile index 75a262a..cdefd83 100644 --- a/textproc/p5-Spreadsheet-ReadSXC/Makefile +++ b/textproc/p5-Spreadsheet-ReadSXC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Spreadsheet-ReadSXC -# Date created: 2010-03-08 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Spreadsheet-ReadSXC PORTVERSION= 0.20 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Spreadsheet::ReadSXC.3 diff --git a/textproc/p5-Template-Semantic/Makefile b/textproc/p5-Template-Semantic/Makefile index c774f97..7ea5b77 100644 --- a/textproc/p5-Template-Semantic/Makefile +++ b/textproc/p5-Template-Semantic/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Text-Pipe>0:${PORTSDIR}/textproc/p5-Text-Pipe -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Template::Semantic.3 \ Template::Semantic::Cookbook.3 \ diff --git a/textproc/p5-Text-Format+NWrap/Makefile b/textproc/p5-Text-Format+NWrap/Makefile index 567ad30..93a49e9 100644 --- a/textproc/p5-Text-Format+NWrap/Makefile +++ b/textproc/p5-Text-Format+NWrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-Format+NWrap -# Date created: 12-JUL-2006 -# Whom: Vivek Khera -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= Text-Format+NWrap PORTVERSION= 0.52 @@ -17,7 +13,8 @@ COMMENT= Various subroutines to format and wrap text CONFLICTS= p5-Text-Format-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Format.3 Text::NWrap.3 diff --git a/textproc/p5-Text-Pipe/Makefile b/textproc/p5-Text-Pipe/Makefile index 12908cb..73dd94a 100644 --- a/textproc/p5-Text-Pipe/Makefile +++ b/textproc/p5-Text-Pipe/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure # Hack to avoid invoking CPAN.pm downloading... CONFIGURE_ENV= PERL5_CPANPLUS_IS_RUNNING=1 diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 4c0c601..a6fe0ba 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::vCard::Node.3 Text::vCard.3 \ Text::vCard::Addressbook.3 diff --git a/textproc/p5-Unicode-Unihan/Makefile b/textproc/p5-Unicode-Unihan/Makefile index b812540..b151fa0 100644 --- a/textproc/p5-Unicode-Unihan/Makefile +++ b/textproc/p5-Unicode-Unihan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unicode-Unihan -# Date created: 15 November 2006 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= Unicode-Unihan DISTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= The Unihan Data Base 5.1.0 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Unicode::Unihan.3 diff --git a/textproc/p5-XML-FOAF/Makefile b/textproc/p5-XML-FOAF/Makefile index 6011e5e..300dc9b 100644 --- a/textproc/p5-XML-FOAF/Makefile +++ b/textproc/p5-XML-FOAF/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::FOAF.3 \ XML::FOAF::Person.3 diff --git a/textproc/p5-XML-LibXML-Simple/Makefile b/textproc/p5-XML-LibXML-Simple/Makefile index fe3e22a..6c92107 100644 --- a/textproc/p5-XML-LibXML-Simple/Makefile +++ b/textproc/p5-XML-LibXML-Simple/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::LibXML::Simple.3 diff --git a/textproc/p5-XML-Mini/Makefile b/textproc/p5-XML-Mini/Makefile index 92cfc0a..9ec688d 100644 --- a/textproc/p5-XML-Mini/Makefile +++ b/textproc/p5-XML-Mini/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-XML-Mini -# Date created: 12-JUL-2006 -# Whom: Vivek Khera -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= XML-Mini PORTVERSION= 1.38 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Perl implementation of the XML::Mini XML create/parse interface -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \ XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \ diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index fae898f..c6720f1 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser # to utilize encoding maps included in p5-XML-Parser -USE_PERL5= yes +USES= perl5 USE_RUBY= yes USE_RUBY_EXTCONF= yes -- cgit v1.1