diff options
author | az <az@FreeBSD.org> | 2013-09-04 00:18:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 00:18:49 +0800 |
commit | afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0 (patch) | |
tree | af34a59d3d16b99fda6fb0f1c025cfdbd117b523 /www | |
parent | 25cbe7fd6e97f6746a5d5e6a3ea232fc40c2505b (diff) | |
download | freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.tar.gz freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.tar.zst freebsd-ports-gnome-afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Acme-Monta/Makefile | 3 | ||||
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 3 | ||||
-rw-r--r-- | www/p5-CGI-ExtDirect/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-View-XML-Feed/Makefile | 3 | ||||
-rw-r--r-- | www/p5-FCGI-Client/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/www/p5-Acme-Monta/Makefile b/www/p5-Acme-Monta/Makefile index 462d1a5d24eb..d761c20229f2 100644 --- a/www/p5-Acme-Monta/Makefile +++ b/www/p5-Acme-Monta/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Monta Method reproduced in web -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Acme::Monta.3 diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile index 2a223ad503cf..b4ec628b1571 100644 --- a/www/p5-CGI-Compile/Makefile +++ b/www/p5-CGI-Compile/Makefile @@ -19,7 +19,8 @@ TEST_DEPENDS= \ p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI # Depending on Plack::Test causes cyclic dependencies. -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::Compile.3 diff --git a/www/p5-CGI-ExtDirect/Makefile b/www/p5-CGI-ExtDirect/Makefile index 90c2400ab11a..3fae4a356bbe 100644 --- a/www/p5-CGI-ExtDirect/Makefile +++ b/www/p5-CGI-ExtDirect/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl extension for creating Ext.Direct remoting in CGI applications BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CGI::ExtDirect.3 diff --git a/www/p5-Catalyst-View-XML-Feed/Makefile b/www/p5-Catalyst-View-XML-Feed/Makefile index 9b85c398dc1c..2cdda36fe4f0 100644 --- a/www/p5-Catalyst-View-XML-Feed/Makefile +++ b/www/p5-Catalyst-View-XML-Feed/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::View::XML::Feed.3 diff --git a/www/p5-FCGI-Client/Makefile b/www/p5-FCGI-Client/Makefile index f66081917980..b84547ec1ba5 100644 --- a/www/p5-FCGI-Client/Makefile +++ b/www/p5-FCGI-Client/Makefile @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FCGI::Client.3 \ FCGI::Client::Connection.3 \ |