Date: Fri, 2 Aug 2013 21:38:10 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324175 - in head: databases/p5-Class-DBI-DDL devel/p5-Class-Roles devel/p5-Data-Taxonomy-Tags devel/p5-Log-Dispatch-Email-EmailSend devel/p5-Tree-Node editors/p5-Padre games/p5-Algorit... Message-ID: <201308022138.r72LcAhv012145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Aug 2 21:38:09 2013 New Revision: 324175 URL: http://svnweb.freebsd.org/changeset/ports/324175 Log: - Convert to new perl framework - Trim Makefile header Modified: head/databases/p5-Class-DBI-DDL/Makefile (contents, props changed) head/devel/p5-Class-Roles/Makefile (contents, props changed) head/devel/p5-Data-Taxonomy-Tags/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile (contents, props changed) head/devel/p5-Tree-Node/Makefile (contents, props changed) head/editors/p5-Padre/Makefile head/games/p5-Algorithm-Pair-Swiss/Makefile (contents, props changed) head/games/p5-Games-AlphaBeta/Makefile (contents, props changed) head/graphics/p5-CAD-Drawing-Template/Makefile (contents, props changed) head/graphics/p5-SVG-Graph/Makefile head/mail/p5-Mail-SPF/Makefile head/math/p5-AI-Perceptron/Makefile (contents, props changed) head/math/p5-CAD-Calc/Makefile (contents, props changed) head/math/p5-Math-Geometry-Planar-Offset/Makefile (contents, props changed) head/math/p5-Math-Round-Var/Makefile (contents, props changed) head/misc/p5-LEGO-RCX/Makefile head/net/p5-Net-Address-IPv4-Local/Makefile (contents, props changed) head/security/p5-Tree-Authz/Makefile (contents, props changed) head/textproc/p5-AI-Categorizer/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile (contents, props changed) head/textproc/p5-Text-Decorator/Makefile (contents, props changed) head/textproc/p5-Text-Unaccent/Makefile head/textproc/p5-Unicode-Escape/Makefile head/textproc/p5-XML-XBEL/Makefile (contents, props changed) head/www/p5-CGI-Application-Dispatch-Server/Makefile head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile (contents, props changed) head/www/p5-CGI-Application-Plugin-Authentication/Makefile head/www/p5-CGI-Application-Plugin-Authorization/Makefile head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile head/www/p5-CGI-Application-Plugin-MessageStack/Makefile head/www/p5-CGI-Application-Plugin-Redirect/Makefile head/www/p5-CGI-Application-Plugin-Session/Makefile head/www/p5-CGI-Application-Plugin-Stream/Makefile head/www/p5-CGI-Application-Plugin-TT/Makefile head/www/p5-CGI-Application-Plugin-ViewCode/Makefile head/www/p5-Catalyst-Controller-BindLex/Makefile head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2-Canvas/Makefile (contents, props changed) head/x11-toolkits/p5-Gnome2-VFS/Makefile (contents, props changed) head/x11-toolkits/p5-Gtk2-Html2/Makefile (contents, props changed) Modified: head/databases/p5-Class-DBI-DDL/Makefile ============================================================================== --- head/databases/p5-Class-DBI-DDL/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/databases/p5-Class-DBI-DDL/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-DBI-DDL -# Date created: 18 january 2005 -# Whom: Daniel Wijnands <daniel@itxl.nl> -# +# Created by: Daniel Wijnands <daniel@itxl.nl> # $FreeBSD$ -# PORTNAME= Class-DBI-DDL PORTVERSION= 1.02 @@ -17,7 +13,8 @@ COMMENT= DDL for Class-DBI RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::DBI::DDL.3 \ Class::DBI::DDL::Pg.3 Modified: head/devel/p5-Class-Roles/Makefile ============================================================================== --- head/devel/p5-Class-Roles/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/devel/p5-Class-Roles/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Roles -# Date Created: 17 Feb, 2004 -# Whom: Alex Kapranoff <kappa@freebsd.org.ua> -# +# Created by: Alex Kapranoff <kappa@freebsd.org.ua> # $FreeBSD$ -# PORTNAME= Class-Roles PORTVERSION= 0.30 @@ -17,7 +13,8 @@ COMMENT= Provides a role-based system of TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Class::Roles.3 Modified: head/devel/p5-Data-Taxonomy-Tags/Makefile ============================================================================== --- head/devel/p5-Data-Taxonomy-Tags/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/devel/p5-Data-Taxonomy-Tags/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Data-Taxonomy-Tags -# Date created: 26 June 2005 -# Whom: Aaron Dalton <aaron@daltons.ca> -# +# Created by: Aaron Dalton <aaron@daltons.ca> # $FreeBSD$ -# PORTNAME= Data-Taxonomy-Tags PORTVERSION= 0.05 @@ -16,6 +12,7 @@ COMMENT= Represents a set of tags for an MAN3= Data::Taxonomy::Tags.3 Data::Taxonomy::Tags::Tag.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/devel/p5-Log-Dispatch-Email-EmailSend/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Log-Dispatch-Email-EmailSend -# Date created: 2 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Log-Dispatch-Email-EmailSend DISTVERSION= 0.03 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Email-Send>=2.0:${PORT p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= ${PORTNAME:S/-/::/g}.3 Modified: head/devel/p5-Tree-Node/Makefile ============================================================================== --- head/devel/p5-Tree-Node/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/devel/p5-Tree-Node/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tree-Node -# Date created: 01 July 2005 -# Whom: Aaron Dalton <aaron@daltons.ca> -# +# Created by: Aaron Dalton <aaron@daltons.ca> # $FreeBSD$ -# PORTNAME= Tree-Node PORTVERSION= 0.08 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Memory-efficient tree nodes in Perl -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Tree::Node.3 Modified: head/editors/p5-Padre/Makefile ============================================================================== --- head/editors/p5-Padre/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/editors/p5-Padre/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -70,8 +70,8 @@ USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes -PERL_CONFIGURE= yes -USES= gettext +USES= perl5 gettext +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes PLIST_SUB= WX_VERSION="${WX_VERSION}" Modified: head/games/p5-Algorithm-Pair-Swiss/Makefile ============================================================================== --- head/games/p5-Algorithm-Pair-Swiss/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/games/p5-Algorithm-Pair-Swiss/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Algorithm-Pair-Swiss -# Date created: 12 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Algorithm-Pair-Swiss PORTVERSION= 0.14 @@ -18,6 +14,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR MAN3= Algorithm::Pair::Swiss.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/games/p5-Games-AlphaBeta/Makefile ============================================================================== --- head/games/p5-Games-AlphaBeta/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/games/p5-Games-AlphaBeta/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Games-AlphaBeta -# Date created: 27 July 2005 -# Whom: Aaron Dalton <aaron@daltons.ca> -# +# Created by: Aaron Dalton <aaron@daltons.ca> # $FreeBSD$ -# PORTNAME= Games-AlphaBeta PORTVERSION= 0.4.7 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Game-tree search with object oriented interface -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= othello-demo.1 MAN3= Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \ Modified: head/graphics/p5-CAD-Drawing-Template/Makefile ============================================================================== --- head/graphics/p5-CAD-Drawing-Template/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/graphics/p5-CAD-Drawing-Template/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAD-Drawing-Template -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CAD-Drawing-Template PORTVERSION= 0.01 @@ -21,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Drawing::Template.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/graphics/p5-SVG-Graph/Makefile ============================================================================== --- head/graphics/p5-SVG-Graph/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/graphics/p5-SVG-Graph/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Math-Spline>=0:${PORTS p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SVG::Graph.3 \ SVG::Graph::Data.3 \ Modified: head/mail/p5-Mail-SPF/Makefile ============================================================================== --- head/mail/p5-Mail-SPF/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/mail/p5-Mail-SPF/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -22,7 +22,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= p5-Mail-SPF-Query-[0-9]* -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin MAN1= spfquery.pl.1 Modified: head/math/p5-AI-Perceptron/Makefile ============================================================================== --- head/math/p5-AI-Perceptron/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/math/p5-AI-Perceptron/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AI-Perceptron -# Date created: 04 Nov 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= AI-Perceptron PORTVERSION= 1.0 @@ -17,7 +13,8 @@ COMMENT= Perl module for introducing to BUILD_DEPENDS= p5-accessors>=0:${PORTSDIR}/devel/p5-accessors RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= AI::Perceptron.3 Modified: head/math/p5-CAD-Calc/Makefile ============================================================================== --- head/math/p5-CAD-Calc/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/math/p5-CAD-Calc/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: CAD-Calc -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CAD-Calc PORTVERSION= 0.27 @@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= CAD::Calc.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/math/p5-Math-Geometry-Planar-Offset/Makefile ============================================================================== --- head/math/p5-Math-Geometry-Planar-Offset/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/math/p5-Math-Geometry-Planar-Offset/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-Geometry-Planar-Offset -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Geometry-Planar-Offset PORTVERSION= 1.05 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Geometry::Planar::Offset.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/math/p5-Math-Round-Var/Makefile ============================================================================== --- head/math/p5-Math-Round-Var/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/math/p5-Math-Round-Var/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-Round-Var -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Round-Var PORTVERSION= 1.0.0 @@ -17,6 +13,7 @@ COMMENT= Variations on rounding MAN3= Math::Round::Var.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/misc/p5-LEGO-RCX/Makefile ============================================================================== --- head/misc/p5-LEGO-RCX/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/misc/p5-LEGO-RCX/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower -PERL_CONFIGURE= yes USES= perl5 USE_PERL5= configure Modified: head/net/p5-Net-Address-IPv4-Local/Makefile ============================================================================== --- head/net/p5-Net-Address-IPv4-Local/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/net/p5-Net-Address-IPv4-Local/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Address-IPv4-Local -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-Address-IPv4-Local PORTVERSION= 0.12 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Net::Address::IPv4::Local.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/security/p5-Tree-Authz/Makefile ============================================================================== --- head/security/p5-Tree-Authz/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/security/p5-Tree-Authz/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Tree-Authz -# Date created: 22 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tree-Authz PORTVERSION= 0.03 @@ -22,6 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR MAN3= Tree::Authz.3 Tree::Authz::Role.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/textproc/p5-AI-Categorizer/Makefile ============================================================================== --- head/textproc/p5-AI-Categorizer/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-AI-Categorizer/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AI-Categorizer -# Date created: 19 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= AI-Categorizer PORTVERSION= 0.09 @@ -48,6 +44,7 @@ MAN3= AI::Categorizer.3 \ AI::Categorizer::Learner::Weka.3 \ AI::Categorizer::Storable.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-Spreadsheet-WriteExcel-Styler/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Styles for formatting Spreadsheet::WriteExcel -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= Spreadsheet::WriteExcel::Styler.3 Modified: head/textproc/p5-Text-Decorator/Makefile ============================================================================== --- head/textproc/p5-Text-Decorator/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-Text-Decorator/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Decorator -# Date created: 05 Jun 06 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-Decorator PORTVERSION= 1.65 @@ -28,6 +24,7 @@ MAN3= Text::Decorator.3 \ Text::Decorator::Group.3 \ Text::Decorator::Node.3 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .include <bsd.port.mk> Modified: head/textproc/p5-Text-Unaccent/Makefile ============================================================================== --- head/textproc/p5-Text-Unaccent/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-Text-Unaccent/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Unaccent -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-Unaccent PORTVERSION= 1.08 @@ -17,8 +13,8 @@ COMMENT= Remove accents from a string MAN3= Text::Unaccent.3 -USES= iconv -PERL_CONFIGURE= yes +USES= iconv perl5 +USE_PERL5= configure CFLAGS+= -DICONV_CONST=const .include <bsd.port.mk> Modified: head/textproc/p5-Unicode-Escape/Makefile ============================================================================== --- head/textproc/p5-Unicode-Escape/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-Unicode-Escape/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unicode-Escape -# Date created: 29 Mar 2009 -# Whom: Vadim Vatlin -# +# Created by: Vadim Vatlin # $FreeBSD$ -# PORTNAME= Unicode-Escape PORTVERSION= 0.0.2 @@ -17,7 +13,8 @@ COMMENT= Escape and unescape Unicode cha BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Unicode::Escape.3 Modified: head/textproc/p5-XML-XBEL/Makefile ============================================================================== --- head/textproc/p5-XML-XBEL/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/textproc/p5-XML-XBEL/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-XBEL -# Date created: August 03, 2004 -# Whom: Aaron Straup Cope <ascope@cpan.org> -# +# Created by: Aaron Straup Cope <ascope@cpan.org> # $FreeBSD$ -# PORTNAME= XML-XBEL PORTVERSION= 1.4 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= XML::XBEL.3 \ XML::XBEL::Alias.3 \ Modified: head/www/p5-CGI-Application-Dispatch-Server/Makefile ============================================================================== --- head/www/p5-CGI-Application-Dispatch-Server/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Dispatch-Server/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/ p5-HTTP-Server-Simple-Static>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Dispatch::Server.3 Modified: head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: www/p5-CGI-Application-Plugin-AnyTemplate -# Date created: 14 September 2005 -# Whom: George Hartzell <hartzell@alerce.com> -# +# Created by: George Hartzell <hartzell@alerce.com> # $FreeBSD$ -# PORTNAME= CGI-Application-Plugin-AnyTemplate PORTVERSION= 0.18 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application-Plugin p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::AnyTemplate.3 \ CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3 \ Modified: head/www/p5-CGI-Application-Plugin-Authentication/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Authentication/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-Authentication/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -19,7 +19,8 @@ BUILD_DEPENDS+= p5-Test-Exception>=0:${P p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Authentication::Display.3 \ CGI::Application::Plugin::Authentication::Display::Basic.3 \ Modified: head/www/p5-CGI-Application-Plugin-Authorization/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Authorization/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-Authorization/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Authorization::Driver::Generic.3 \ CGI::Application::Plugin::Authorization::Driver.3 \ Modified: head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-HTML-Prototype>=0:${PORTSDIR}/www/p5-HTML-Prototype RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::HTMLPrototype.3 Modified: head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-LinkIntegrity/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::LinkIntegrity.3 Modified: head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-LogDispatch/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::LogDispatch.3 Modified: head/www/p5-CGI-Application-Plugin-MessageStack/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-MessageStack/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-MessageStack/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-CGI-Application-Plugin-TT>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-TT RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::MessageStack.3 Modified: head/www/p5-CGI-Application-Plugin-Redirect/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Redirect/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-Redirect/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -13,7 +13,8 @@ COMMENT= Easy external redirects in CGI: RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Redirect.3 Modified: head/www/p5-CGI-Application-Plugin-Session/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Session/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-Session/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Session.3 Modified: head/www/p5-CGI-Application-Plugin-Stream/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-Stream/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-Stream/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::Stream.3 Modified: head/www/p5-CGI-Application-Plugin-TT/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-TT/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-TT/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${P p5-CGI-Application-Plugin-DevPopup>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::TT.3 Modified: head/www/p5-CGI-Application-Plugin-ViewCode/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ViewCode/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-CGI-Application-Plugin-ViewCode/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${POR p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= CGI::Application::Plugin::ViewCode.3 Modified: head/www/p5-Catalyst-Controller-BindLex/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-BindLex/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-Catalyst-Controller-BindLex/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Catalyst::Controller::BindLex.3 Modified: head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile ============================================================================== --- head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/www/p5-Template-Iterator-AlzaboWrapperCursor/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Template-Iterator-AlzaboWrapperCursor -# Date created: 2 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Template-Iterator-AlzaboWrapperCursor DISTVERSION= 0.01 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=2:${ p5-Class-AlzaboWrapper>=0:${PORTSDIR}/devel/p5-Class-AlzaboWrapper RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= YES +USES= perl5 +USE_PERL5= modbuild MAN3= ${PORTNAME:S/-/::/g}.3 Modified: head/x11-toolkits/p5-Gnome2-Canvas/Makefile ============================================================================== --- head/x11-toolkits/p5-Gnome2-Canvas/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/x11-toolkits/p5-Gnome2-Canvas/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -21,8 +21,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/dev p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= libgnomecanvas -USES= pkgconfig -PERL_CONFIGURE= yes +USES= pkgconfig perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes post-install: Modified: head/x11-toolkits/p5-Gnome2-VFS/Makefile ============================================================================== --- head/x11-toolkits/p5-Gnome2-VFS/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/x11-toolkits/p5-Gnome2-VFS/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -20,8 +20,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/dev p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= gnomevfs2 -USES= pkgconfig -PERL_CONFIGURE= yes +USES= pkgconfig perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes post-install: Modified: head/x11-toolkits/p5-Gtk2-Html2/Makefile ============================================================================== --- head/x11-toolkits/p5-Gtk2-Html2/Makefile Fri Aug 2 18:52:07 2013 (r324174) +++ head/x11-toolkits/p5-Gtk2-Html2/Makefile Fri Aug 2 21:38:09 2013 (r324175) @@ -20,8 +20,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/dev p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 USE_GNOME= libgtkhtml -USES= pkgconfig -PERL_CONFIGURE= yes +USES= pkgconfig perl5 +USE_PERL5= configure MAKE_JOBS_UNSAFE= yes post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308022138.r72LcAhv012145>