diff options
author | az <az@FreeBSD.org> | 2013-09-06 17:02:34 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-06 17:02:34 +0000 |
commit | 4b810b41bbd1d3ef2583441d764e1d57ab7a5441 (patch) | |
tree | 162848a0ed202fc8aef2ac40b9cfaaec8996c6eb | |
parent | 3a3ba07d9739efdeb06833f7726bcbafb5b4175d (diff) | |
download | FreeBSD-ports-4b810b41bbd1d3ef2583441d764e1d57ab7a5441.zip FreeBSD-ports-4b810b41bbd1d3ef2583441d764e1d57ab7a5441.tar.gz |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | net/p5-BBS-UserInfo-Ptt/Makefile | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo/Makefile | 3 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast6/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Amazon-EC2/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-AuthSub/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-Spreadsheets/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-IPTrie/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-AutoDNs/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-LDAP-Express/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous-Publish/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Rsh/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-SSH-Mechanize/Makefile | 3 | ||||
-rw-r--r-- | net/p5-POEx-Role-TCPServer/Makefile | 3 | ||||
-rw-r--r-- | net/p5-RPC-Simple/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Sort-Key-IPv4/Makefile | 3 | ||||
-rw-r--r-- | net/p5-What/Makefile | 3 | ||||
-rw-r--r-- | net/p5-XML-RPC/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Pkgs/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg_tree/Makefile | 2 |
19 files changed, 37 insertions, 19 deletions
diff --git a/net/p5-BBS-UserInfo-Ptt/Makefile b/net/p5-BBS-UserInfo-Ptt/Makefile index 0701b4c..89d91a4 100644 --- a/net/p5-BBS-UserInfo-Ptt/Makefile +++ b/net/p5-BBS-UserInfo-Ptt/Makefile @@ -17,7 +17,8 @@ COMMENT= Get user information of PTT-style BBS RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo::Ptt.3 diff --git a/net/p5-BBS-UserInfo/Makefile b/net/p5-BBS-UserInfo/Makefile index 9658af5..7676b0c 100644 --- a/net/p5-BBS-UserInfo/Makefile +++ b/net/p5-BBS-UserInfo/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Base class of BBS::UserInfo::XXX -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= BBS::UserInfo.3 diff --git a/net/p5-IO-Socket-Multicast6/Makefile b/net/p5-IO-Socket-Multicast6/Makefile index e71cd14..f33df02 100644 --- a/net/p5-IO-Socket-Multicast6/Makefile +++ b/net/p5-IO-Socket-Multicast6/Makefile @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \ p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= IO::Socket::Multicast6.3 diff --git a/net/p5-Net-Amazon-EC2/Makefile b/net/p5-Net-Amazon-EC2/Makefile index 038c242..4d92ac2 100644 --- a/net/p5-Net-Amazon-EC2/Makefile +++ b/net/p5-Net-Amazon-EC2/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Amazon::EC2.3 \ Net::Amazon::EC2::Attachment.3 \ diff --git a/net/p5-Net-Google-AuthSub/Makefile b/net/p5-Net-Google-AuthSub/Makefile index e5f4af6..e448cf0 100644 --- a/net/p5-Net-Google-AuthSub/Makefile +++ b/net/p5-Net-Google-AuthSub/Makefile @@ -18,7 +18,8 @@ COMMENT= Interact with sites that implement Google style AuthSub RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::AuthSub::Response.3 \ Net::Google::AuthSub.3 diff --git a/net/p5-Net-Google-Spreadsheets/Makefile b/net/p5-Net-Google-Spreadsheets/Makefile index 1422ace..50cc6e1 100644 --- a/net/p5-Net-Google-Spreadsheets/Makefile +++ b/net/p5-Net-Google-Spreadsheets/Makefile @@ -27,7 +27,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Google::Spreadsheets.3 \ Net::Google::Spreadsheets::Cell.3 \ diff --git a/net/p5-Net-IPTrie/Makefile b/net/p5-Net-IPTrie/Makefile index 0bb1d81..54c7586 100644 --- a/net/p5-Net-IPTrie/Makefile +++ b/net/p5-Net-IPTrie/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::IPTrie.3 Net::IPTrie::Node.3 diff --git a/net/p5-Net-LDAP-AutoDNs/Makefile b/net/p5-Net-LDAP-AutoDNs/Makefile index 4309dea..8aeea5b 100644 --- a/net/p5-Net-LDAP-AutoDNs/Makefile +++ b/net/p5-Net-LDAP-AutoDNs/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Automatically make some default decisions some LDAP DNs and scopes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::AutoDNs.3 diff --git a/net/p5-Net-LDAP-Express/Makefile b/net/p5-Net-LDAP-Express/Makefile index 012499b..09856af 100644 --- a/net/p5-Net-LDAP-Express/Makefile +++ b/net/p5-Net-LDAP-Express/Makefile @@ -18,7 +18,8 @@ COMMENT= A module to simplify connecting up to a LDAP server BUILD_DEPENDS= p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::LDAP::Express.3 diff --git a/net/p5-Net-Rendezvous-Publish/Makefile b/net/p5-Net-Rendezvous-Publish/Makefile index 2f81544..7c67631 100644 --- a/net/p5-Net-Rendezvous-Publish/Makefile +++ b/net/p5-Net-Rendezvous-Publish/Makefile @@ -18,7 +18,8 @@ COMMENT= Publish Rendezvous services BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rendezvous::Publish.3 \ Net::Rendezvous::Publish::Service.3 diff --git a/net/p5-Net-Rsh/Makefile b/net/p5-Net-Rsh/Makefile index 49b78e9..5b1b31d 100644 --- a/net/p5-Net-Rsh/Makefile +++ b/net/p5-Net-Rsh/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 module to access and use rsh protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Rsh.3 diff --git a/net/p5-Net-SSH-Mechanize/Makefile b/net/p5-Net-SSH-Mechanize/Makefile index 25bc2c0..7e29af2 100644 --- a/net/p5-Net-SSH-Mechanize/Makefile +++ b/net/p5-Net-SSH-Mechanize/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= \ p5-MooseX-Params-Validate>0:${PORTSDIR}/devel/p5-MooseX-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Net::SSH::Mechanize.3 \ Net::SSH::Mechanize::ConnectParams.3 \ diff --git a/net/p5-POEx-Role-TCPServer/Makefile b/net/p5-POEx-Role-TCPServer/Makefile index bee145e..e512cda 100644 --- a/net/p5-POEx-Role-TCPServer/Makefile +++ b/net/p5-POEx-Role-TCPServer/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::TCPServer.3 diff --git a/net/p5-RPC-Simple/Makefile b/net/p5-RPC-Simple/Makefile index c223ad9..9ee8e06 100644 --- a/net/p5-RPC-Simple/Makefile +++ b/net/p5-RPC-Simple/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl classes to handle simple asynchronous RPC calls with call-back -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RPC::Simple.3 RPC::Simple::Agent.3 RPC::Simple::AnyLocal.3 \ RPC::Simple::AnyRemote.3 RPC::Simple::AnyWhere.3 \ diff --git a/net/p5-Sort-Key-IPv4/Makefile b/net/p5-Sort-Key-IPv4/Makefile index cdf092a..8dac784 100644 --- a/net/p5-Sort-Key-IPv4/Makefile +++ b/net/p5-Sort-Key-IPv4/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl extension for sorting IPv4 addresses BUILD_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key RUN_DEPENDS= p5-Sort-Key>=0:${PORTSDIR}/devel/p5-Sort-Key -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sort::Key::IPv4.3 diff --git a/net/p5-What/Makefile b/net/p5-What/Makefile index 7a046cb..4891c73 100644 --- a/net/p5-What/Makefile +++ b/net/p5-What/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= What.3 What::MTA.3 diff --git a/net/p5-XML-RPC/Makefile b/net/p5-XML-RPC/Makefile index 9dd9093..c24705e 100644 --- a/net/p5-XML-RPC/Makefile +++ b/net/p5-XML-RPC/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-TreePP>=0:${PORTSDIR}/textproc/p5-XML-TreePP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::RPC.3 diff --git a/ports-mgmt/p5-FreeBSD-Pkgs/Makefile b/ports-mgmt/p5-FreeBSD-Pkgs/Makefile index 2a2ed86..1691ac8 100644 --- a/ports-mgmt/p5-FreeBSD-Pkgs/Makefile +++ b/ports-mgmt/p5-FreeBSD-Pkgs/Makefile @@ -17,7 +17,8 @@ COMMENT= Parses the contents of FreeBSD package DB under /var/db/pkg BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= FreeBSD::Pkgs.3 diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index 84d4c38..69f224b 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_PERL5= yes +USES= perl5 MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree |