Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 13:17:36 +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: r326150 - in head/www: p5-CGI-Session-ExpireSessions p5-Catalyst-Authentication-Credential-HTTP p5-Catalyst-Plugin-AtomServer p5-HTML-ExtractContent p5-HTML-Field p5-HTML-StickyQuery-Do...
Message-ID:  <201309031317.r83DHaZL031759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep  3 13:17:36 2013
New Revision: 326150
URL: http://svnweb.freebsd.org/changeset/ports/326150

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

Modified:
  head/www/p5-CGI-Session-ExpireSessions/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile
  head/www/p5-Catalyst-Plugin-AtomServer/Makefile   (contents, props changed)
  head/www/p5-HTML-ExtractContent/Makefile   (contents, props changed)
  head/www/p5-HTML-Field/Makefile   (contents, props changed)
  head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile   (contents, props changed)
  head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile   (contents, props changed)
  head/www/p5-Net-FireEagle/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-AMF/Makefile   (contents, props changed)
  head/www/p5-Plack-Server-ReverseHTTP/Makefile   (contents, props changed)
  head/www/p5-Protocol-WebSocket/Makefile   (contents, props changed)
  head/www/p5-WWW-Contact/Makefile
  head/www/p5-WWW-HatenaStar/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-Bitly/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-KUSO/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-Yourls/Makefile   (contents, props changed)
  head/www/p5-Web-Scraper-Config/Makefile   (contents, props changed)
  head/www/p5-WebService-Google-Reader/Makefile   (contents, props changed)
  head/www/p5-jQuery-File-Upload/Makefile   (contents, props changed)

Modified: head/www/p5-CGI-Session-ExpireSessions/Makefile
==============================================================================
--- head/www/p5-CGI-Session-ExpireSessions/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-CGI-Session-ExpireSessions/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -23,6 +23,7 @@ TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}
 MAN3=	CGI::Session::ExpireSessions.3
 MANCOMPRESSED=	no
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile
==============================================================================
--- head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Authentication::Credential::HTTP.3
 

Modified: head/www/p5-Catalyst-Plugin-AtomServer/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-AtomServer/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Catalyst-Plugin-AtomServer/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-Catalyst-Runtime>=0:${PO
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1		\
 		p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Catalyst::Plugin::AtomServer.3					\
 		Catalyst::Plugin::Authentication::Credential::Atom.3		\

Modified: head/www/p5-HTML-ExtractContent/Makefile
==============================================================================
--- head/www/p5-HTML-ExtractContent/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-HTML-ExtractContent/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	\
 	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTML::ExtractContent.3
 

Modified: head/www/p5-HTML-Field/Makefile
==============================================================================
--- head/www/p5-HTML-Field/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-HTML-Field/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -17,6 +17,7 @@ COMMENT=	A perl module to generate HTML 
 MAN3=		HTML::Field.3 \
 		HTML::FieldForm.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile
==============================================================================
--- head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	\
 	p5-HTML-StickyQuery>0:${PORTSDIR}/www/p5-HTML-StickyQuery
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTML::StickyQuery::DoCoMoGUID.3
 

Modified: head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile
==============================================================================
--- head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::MobileAgent::Plugin::Locator.3
 

Modified: head/www/p5-Net-FireEagle/Makefile
==============================================================================
--- head/www/p5-Net-FireEagle/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Net-FireEagle/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	p5-Net-OAuth-Simple>=1.0:${
 		p5-Net-SSLeay>=1.30:${PORTSDIR}/security/p5-Net-SSLeay
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		fireeagle.1
 MAN3=		Net::FireEagle.3

Modified: head/www/p5-Plack-Middleware-AMF/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-AMF/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Plack-Middleware-AMF/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -20,7 +20,8 @@ RUN_DEPENDS=	\
 	p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Middleware::AMF.3
 

Modified: head/www/p5-Plack-Server-ReverseHTTP/Makefile
==============================================================================
--- head/www/p5-Plack-Server-ReverseHTTP/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Plack-Server-ReverseHTTP/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	\
 	p5-Plack>0:${PORTSDIR}/www/p5-Plack
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Plack::Server::ReverseHTTP.3
 

Modified: head/www/p5-Protocol-WebSocket/Makefile
==============================================================================
--- head/www/p5-Protocol-WebSocket/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Protocol-WebSocket/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -19,7 +19,8 @@ COMMENT=	Client/server WebSocket message
 BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Protocol::WebSocket.3 \
 		Protocol::WebSocket::Cookie.3 \

Modified: head/www/p5-WWW-Contact/Makefile
==============================================================================
--- head/www/p5-WWW-Contact/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WWW-Contact/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -27,7 +27,8 @@ BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORT
 		p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Contact.3 \
 		WWW::Contact::AOL.3 \

Modified: head/www/p5-WWW-HatenaStar/Makefile
==============================================================================
--- head/www/p5-WWW-HatenaStar/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WWW-HatenaStar/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -24,6 +24,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		WWW::HatenaStar.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-Shorten-Bitly/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-Bitly/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WWW-Shorten-Bitly/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-JSON-Any>=1.18:${PORTS
 		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		bitly_url.1
 MAN3=		WWW::Shorten::Bitly.3

Modified: head/www/p5-WWW-Shorten-KUSO/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-KUSO/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WWW-Shorten-KUSO/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -17,7 +17,8 @@ COMMENT=	Shorten URL using http://KUSO.C
 BUILD_DEPENDS=	p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Shorten::KUSO.3
 

Modified: head/www/p5-WWW-Shorten-Yourls/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten-Yourls/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WWW-Shorten-Yourls/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-JSON-Any>=1.18:${PORTS
 		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WWW::Shorten::Yourls.3
 

Modified: head/www/p5-Web-Scraper-Config/Makefile
==============================================================================
--- head/www/p5-Web-Scraper-Config/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-Web-Scraper-Config/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -23,7 +23,8 @@ RUN_DEPENDS=	p5-Config-Any>=0:${PORTSDIR
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-Web-Scraper>=0:${PORTSDIR}/www/p5-Web-Scraper
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Web::Scraper::Config.3
 

Modified: head/www/p5-WebService-Google-Reader/Makefile
==============================================================================
--- head/www/p5-WebService-Google-Reader/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-WebService-Google-Reader/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -27,7 +27,8 @@ BUILD_DEPENDS=	p5-JSON-XS>=2:${PORTSDIR}
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		WebService::Google::Reader.3 \
 		WebService::Google::Reader::Constants.3 \

Modified: head/www/p5-jQuery-File-Upload/Makefile
==============================================================================
--- head/www/p5-jQuery-File-Upload/Makefile	Tue Sep  3 13:07:03 2013	(r326149)
+++ head/www/p5-jQuery-File-Upload/Makefile	Tue Sep  3 13:17:36 2013	(r326150)
@@ -16,7 +16,8 @@ RUN_DEPENDS=	\
 	p5-URI>0:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	jQuery::File::Upload.3
 



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