Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 09:44:14 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325960 - in head: finance/p5-Business-MaxMind-CreditCardFraudDetection finance/p5-Business-PayPal-IPN finance/p5-Business-Stripe finance/p5-PayflowPro www/asql www/p5-AnyEvent-HTTP-LWP...
Message-ID:  <201309020944.r829iEnH034419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 09:44:14 2013
New Revision: 325960
URL: http://svnweb.freebsd.org/changeset/ports/325960

Log:
  - convert to the new perl5 framework
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
  head/finance/p5-Business-PayPal-IPN/Makefile   (contents, props changed)
  head/finance/p5-Business-Stripe/Makefile   (contents, props changed)
  head/finance/p5-PayflowPro/Makefile   (contents, props changed)
  head/www/asql/Makefile   (contents, props changed)
  head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile   (contents, props changed)
  head/www/p5-AnyEvent-Mojo/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Controller-ActionRole/Makefile
  head/www/p5-Catalyst-Model-Tarantool/Makefile
  head/www/p5-FCGI-ProcManager/Makefile   (contents, props changed)
  head/www/p5-File-Mork/Makefile   (contents, props changed)
  head/www/p5-HTML-Parser/Makefile
  head/www/p5-HTTP-WebTest/Makefile   (contents, props changed)
  head/www/p5-Mozilla-CA/Makefile   (contents, props changed)
  head/www/p5-Nginx-Simple/Makefile   (contents, props changed)
  head/www/p5-POE-Component-Server-HTTPServer/Makefile   (contents, props changed)
  head/www/p5-POE-Component-Server-PSGI/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-ConsoleLogger/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-Header/Makefile   (contents, props changed)
  head/www/p5-Template-Plugin-VMethods/Makefile   (contents, props changed)
  head/www/p5-Template-Toolkit-Simple/Makefile   (contents, props changed)
  head/www/p5-URI-Escape-JavaScript/Makefile   (contents, props changed)
  head/www/p5-WWW-IMDb/Makefile   (contents, props changed)
  head/www/p5-WWW-TV/Makefile   (contents, props changed)

Modified: head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile
==============================================================================
--- head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -21,7 +21,8 @@ RUN_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/
 		p5-Crypt-SSLeay>0.0:${PORTSDIR}/security/p5-Crypt-SSLeay
 BUILD_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Business::MaxMind::CreditCardFraudDetection.3 \
 	Business::MaxMind::HTTPBase.3 \

Modified: head/finance/p5-Business-PayPal-IPN/Makefile
==============================================================================
--- head/finance/p5-Business-PayPal-IPN/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/finance/p5-Business-PayPal-IPN/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-Crypt-SSLeay>=0.56:${P
 RUN_DEPENDS=	p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::PayPal::IPN.3
 

Modified: head/finance/p5-Business-Stripe/Makefile
==============================================================================
--- head/finance/p5-Business-Stripe/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/finance/p5-Business-Stripe/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-HTTP-Message>=0.0:${PORT
 
 WRKSRC=		${WRKDIR}/aquaron-Business-Stripe-c067843
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::Stripe.3 Business::README.3
 

Modified: head/finance/p5-PayflowPro/Makefile
==============================================================================
--- head/finance/p5-PayflowPro/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/finance/p5-PayflowPro/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -18,7 +18,8 @@ COMMENT=	Pure Perl PayflowPro payment ga
 RUN_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS+=	p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${LOCALBASE}/etc

Modified: head/www/asql/Makefile
==============================================================================
--- head/www/asql/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/asql/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -20,6 +20,6 @@ RUN_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR
 
 NO_BUILD=	yes
 PLIST_FILES=	bin/asql
-USE_PERL5=	yes
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile
==============================================================================
--- head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-AnyEvent-HTTP-LWP-UserAgent/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	\
 	p5-libwww>=5.815:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	AnyEvent::HTTP::LWP::UserAgent.3
 

Modified: head/www/p5-AnyEvent-Mojo/Makefile
==============================================================================
--- head/www/p5-AnyEvent-Mojo/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-AnyEvent-Mojo/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	\
 #	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	AnyEvent::Mojo.3 \
 	AnyEvent::Mojo::Server.3 \

Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile
==============================================================================
--- head/www/p5-Catalyst-Controller-ActionRole/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Catalyst-Controller-ActionRole/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.71
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Controller::ActionRole.3
 

Modified: head/www/p5-Catalyst-Model-Tarantool/Makefile
==============================================================================
--- head/www/p5-Catalyst-Model-Tarantool/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Catalyst-Model-Tarantool/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.90
 		p5-MR-Tarantool>=0.0.24:${PORTSDIR}/databases/p5-MR-Tarantool
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAN3=		Catalyst::Model::Tarantool.3

Modified: head/www/p5-FCGI-ProcManager/Makefile
==============================================================================
--- head/www/p5-FCGI-ProcManager/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-FCGI-ProcManager/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	peter@vereshagin.org
 COMMENT=	Functions for managing FastCGI applications
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		FCGI::ProcManager.3 \
 		FCGI::ProcManager::Constrained.3

Modified: head/www/p5-File-Mork/Makefile
==============================================================================
--- head/www/p5-File-Mork/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-File-Mork/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -18,7 +18,8 @@ COMMENT=	A module to read Mozilla URL hi
 BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
 RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		mork.1
 MAN3=		File::Mork.3

Modified: head/www/p5-HTML-Parser/Makefile
==============================================================================
--- head/www/p5-HTML-Parser/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-HTML-Parser/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -13,7 +13,8 @@ COMMENT=	Perl5 module for parsing HTML d
 RUN_DEPENDS=	p5-HTML-Tagset>=3:${PORTSDIR}/www/p5-HTML-Tagset
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Entities.3 \
 		HTML::Filter.3 \

Modified: head/www/p5-HTTP-WebTest/Makefile
==============================================================================
--- head/www/p5-HTTP-WebTest/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-HTTP-WebTest/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	\
 	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 INSTALL_TARGET=	pure_install
 
 MAN1=		wt.1

Modified: head/www/p5-Mozilla-CA/Makefile
==============================================================================
--- head/www/p5-Mozilla-CA/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Mozilla-CA/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for Mozilla CA cert bundle in PEM format
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Mozilla::CA.3
 

Modified: head/www/p5-Nginx-Simple/Makefile
==============================================================================
--- head/www/p5-Nginx-Simple/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Nginx-Simple/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	simond@irrelevant.org
 COMMENT=	Perl 5 module for easy to use interface for Nginx Perl Module
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Nginx::Simple::Dispatch.3 Nginx::Simple::Cookie.3 \
 		Nginx::Simple::Ajax.3 Nginx::Simple.3 \

Modified: head/www/p5-POE-Component-Server-HTTPServer/Makefile
==============================================================================
--- head/www/p5-POE-Component-Server-HTTPServer/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-POE-Component-Server-HTTPServer/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/dev
 		p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::Server::HTTPServer.3 \
 		POE::Component::Server::HTTPServer::BasicAuthenHandler.3 \

Modified: head/www/p5-POE-Component-Server-PSGI/Makefile
==============================================================================
--- head/www/p5-POE-Component-Server-PSGI/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-POE-Component-Server-PSGI/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -17,7 +17,8 @@ COMMENT=	Perl extension to PSGI Server i
 RUN_DEPENDS=	p5-POEx-Role-PSGIServer>0:${PORTSDIR}/www/p5-POEx-Role-PSGIServer
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	POE::Component::Server::PSGI.3 \
 	Plack::Server::POE.3

Modified: head/www/p5-Plack-Middleware-ConsoleLogger/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-ConsoleLogger/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Plack-Middleware-ConsoleLogger/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	\
 	p5-JavaScript-Value-Escape>0:${PORTSDIR}/lang/p5-JavaScript-Value-Escape
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Middleware::ConsoleLogger.3
 

Modified: head/www/p5-Plack-Middleware-Header/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Header/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Plack-Middleware-Header/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	\
 	p5-Plack>0:${PORTSDIR}/www/p5-Plack
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Middleware::Header.3
 

Modified: head/www/p5-Template-Plugin-VMethods/Makefile
==============================================================================
--- head/www/p5-Template-Plugin-VMethods/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Template-Plugin-VMethods/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -17,7 +17,8 @@ COMMENT=	Install vmethods for Template-T
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Template::Plugin::VMethods.3
 

Modified: head/www/p5-Template-Toolkit-Simple/Makefile
==============================================================================
--- head/www/p5-Template-Toolkit-Simple/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-Template-Toolkit-Simple/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -17,7 +17,8 @@ COMMENT=	A Simple Interface to Template 
 BUILD_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Template::Toolkit::Simple.3
 

Modified: head/www/p5-URI-Escape-JavaScript/Makefile
==============================================================================
--- head/www/p5-URI-Escape-JavaScript/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-URI-Escape-JavaScript/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kostjnspb@yandex.ru
 COMMENT=	Perl implementation of JavaScript's escape()/unescape() functions
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	URI::Escape::JavaScript.3
 

Modified: head/www/p5-WWW-IMDb/Makefile
==============================================================================
--- head/www/p5-WWW-IMDb/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-WWW-IMDb/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/ww
 		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IMDb.3 IMDb::People.3 IMDb::Title.3
 

Modified: head/www/p5-WWW-TV/Makefile
==============================================================================
--- head/www/p5-WWW-TV/Makefile	Mon Sep  2 09:36:29 2013	(r325959)
+++ head/www/p5-WWW-TV/Makefile	Mon Sep  2 09:44:14 2013	(r325960)
@@ -16,7 +16,8 @@ COMMENT=	Perl interface to the database 
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::TV.3 WWW::TV::Episode.3 WWW::TV::Series.3
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020944.r829iEnH034419>