diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 18:21:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 18:21:05 +0000 |
commit | 0aad97bb5c24e162fa1f0e0fa87c8654f738ff52 (patch) | |
tree | 59a0148ef943ecb5bc12a830cc669c801d3c91f8 /net | |
parent | 9046e7300f8c066998aad575e838180bdf83371e (diff) | |
download | ports-0aad97bb5c24e162fa1f0e0fa87c8654f738ff52.tar.gz ports-0aad97bb5c24e162fa1f0e0fa87c8654f738ff52.zip |
- Convert to new perl framework
Notes
Notes:
svn path=/head/; revision=324171
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Event-tcp/Makefile | 3 | ||||
-rw-r--r-- | net/p5-File-Rsync/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-DLookup/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Finger/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-NBName/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Packet-Target/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-ParseWhois/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-SFTP/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-SMS-Clickatell/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-TCLink/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Traceroute-PurePerl/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Traceroute6/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Whois-ARIN/Makefile | 3 | ||||
-rw-r--r-- | net/p5-SOAP/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Socks/Makefile | 3 | ||||
-rw-r--r-- | net/p5-URI-OpenURL/Makefile | 3 | ||||
-rw-r--r-- | net/radiator/Makefile | 3 | ||||
-rw-r--r-- | net/spread/Makefile | 9 | ||||
-rw-r--r-- | net/wakeonlan/Makefile | 3 |
19 files changed, 42 insertions, 21 deletions
diff --git a/net/p5-Event-tcp/Makefile b/net/p5-Event-tcp/Makefile index 9054cb91fe22..d048f2b0d81c 100644 --- a/net/p5-Event-tcp/Makefile +++ b/net/p5-Event-tcp/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Event>=0:${PORTSDIR}/devel/p5-Event \ p5-Ioctl>=0:${PORTSDIR}/devel/p5-Ioctl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Event::tcpsession.3 diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile index ce6c3946d0b9..9b6c7c319e61 100644 --- a/net/p5-File-Rsync/Makefile +++ b/net/p5-File-Rsync/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl convenience wrapper for the rsync(1) program RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Rsync.3 diff --git a/net/p5-Net-DLookup/Makefile b/net/p5-Net-DLookup/Makefile index 7ae5fb1b4da0..774f530d40e5 100644 --- a/net/p5-Net-DLookup/Makefile +++ b/net/p5-Net-DLookup/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perform domain lookups on 2-letter and 3-letter TLDs -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::DLookup.3 diff --git a/net/p5-Net-Finger/Makefile b/net/p5-Net-Finger/Makefile index a30c8a5b3db5..2e0cef710b17 100644 --- a/net/p5-Net-Finger/Makefile +++ b/net/p5-Net-Finger/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A Perl implementation of a finger client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Finger.3 diff --git a/net/p5-Net-NBName/Makefile b/net/p5-Net-NBName/Makefile index f2a97475984e..bd98391b02f5 100644 --- a/net/p5-Net-NBName/Makefile +++ b/net/p5-Net-NBName/Makefile @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Performs simple NetBIOS Name Service Requests -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::NBName.3 Net::NBName::NameQuery.3 Net::NBName::NameQuery::RR.3 \ Net::NBName::NodeStatus.3 Net::NBName::NodeStatus::RR.3 diff --git a/net/p5-Net-Packet-Target/Makefile b/net/p5-Net-Packet-Target/Makefile index d92aa4e51aec..f6e05f9e9e12 100644 --- a/net/p5-Net-Packet-Target/Makefile +++ b/net/p5-Net-Packet-Target/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Net-Packet>=3.00:${PORTSDIR}/net/p5-Net-Packet RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ${PORTNAME:S/-/::/g}.3 .include <bsd.port.mk> diff --git a/net/p5-Net-ParseWhois/Makefile b/net/p5-Net-ParseWhois/Makefile index 7340b9af6eae..e130b861857a 100644 --- a/net/p5-Net-ParseWhois/Makefile +++ b/net/p5-Net-ParseWhois/Makefile @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= ports@FreeBSD.org COMMENT= Extendable perl5 module for parsing whois information -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ParseWhois.3 diff --git a/net/p5-Net-SFTP/Makefile b/net/p5-Net-SFTP/Makefile index b86ca556fe3c..c3e3475c1db4 100644 --- a/net/p5-Net-SFTP/Makefile +++ b/net/p5-Net-SFTP/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl5 module implementing Secure File Transfer Protocol client BUILD_DEPENDS= p5-Net-SSH-Perl>=0:${PORTSDIR}/net/p5-Net-SSH-Perl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SFTP.3 \ Net::SFTP::Attributes.3 \ diff --git a/net/p5-Net-SMS-Clickatell/Makefile b/net/p5-Net-SMS-Clickatell/Makefile index 5d992e4dc745..8f693d93b459 100644 --- a/net/p5-Net-SMS-Clickatell/Makefile +++ b/net/p5-Net-SMS-Clickatell/Makefile @@ -16,7 +16,8 @@ COMMENT= Access to Clickatell SMS messaging service TEST_DEPENDS= p5-libwww>=5.816:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SMS::Clickatell.3 diff --git a/net/p5-Net-TCLink/Makefile b/net/p5-Net-TCLink/Makefile index a20e21faff7c..a4b9bca82e1e 100644 --- a/net/p5-Net-TCLink/Makefile +++ b/net/p5-Net-TCLink/Makefile @@ -15,7 +15,8 @@ DISTNAME= Net_TCLink.pm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A module to for connecting to the TrustCommerce payment gateway -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::TCLink.3 diff --git a/net/p5-Net-Traceroute-PurePerl/Makefile b/net/p5-Net-Traceroute-PurePerl/Makefile index c920aac61106..0d24bb61cda4 100644 --- a/net/p5-Net-Traceroute-PurePerl/Makefile +++ b/net/p5-Net-Traceroute-PurePerl/Makefile @@ -17,7 +17,8 @@ COMMENT= Traceroute(1) functionality in perl via raw sockets BUILD_DEPENDS= p5-Net-Traceroute>=0:${PORTSDIR}/net/p5-Net-Traceroute RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::Traceroute::PurePerl.3 diff --git a/net/p5-Net-Traceroute6/Makefile b/net/p5-Net-Traceroute6/Makefile index 82865c86b79c..b67813cdde25 100644 --- a/net/p5-Net-Traceroute6/Makefile +++ b/net/p5-Net-Traceroute6/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl module to parse traceroute6(8) output BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::Traceroute6.3 diff --git a/net/p5-Net-Whois-ARIN/Makefile b/net/p5-Net-Whois-ARIN/Makefile index e6e21dc92dfa..763f3b31c30c 100644 --- a/net/p5-Net-Whois-ARIN/Makefile +++ b/net/p5-Net-Whois-ARIN/Makefile @@ -16,7 +16,8 @@ COMMENT= ARIN whois client TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Whois::ARIN.3 \ Net::Whois::ARIN::AS.3 \ diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index 83856ac52882..09ab9160918b 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= p5-SOAP-Lite-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SOAP.3 SOAP::SimpleTypeWrapper.3 SOAP::Parser.3 \ SOAP::EnvelopeMaker.3 SOAP::GenericScalarSerializer.3 \ diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile index 04eb7b35cfb6..3debaff5d2cd 100644 --- a/net/p5-Socks/Makefile +++ b/net/p5-Socks/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to communicate with socks v4 and v5 servers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SOCKS.3 diff --git a/net/p5-URI-OpenURL/Makefile b/net/p5-URI-OpenURL/Makefile index 5d7be7c2a727..a1b1b8073a5c 100644 --- a/net/p5-URI-OpenURL/Makefile +++ b/net/p5-URI-OpenURL/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= URI::OpenURL.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/net/radiator/Makefile b/net/radiator/Makefile index 95118e85b612..32e81ac6f2db 100644 --- a/net/radiator/Makefile +++ b/net/radiator/Makefile @@ -15,7 +15,8 @@ COMMENT= Radiator Radius Server by Open System Consultants OPTIONS_DEFINE= MYSQL MYSQL_DESC= MySQL support -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure RESTRICTED= Commercial software diff --git a/net/spread/Makefile b/net/spread/Makefile index 7f586611389b..dfbec48f6917 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -45,8 +45,10 @@ MAN3= libsp.3 SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 \ .include <bsd.port.pre.mk> -# bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together. -PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ +USES= perl5 +USE_PERL5= configure +USES= perl5 +USE_PERL5= configure INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" _MANPAGES+= ${PREFIX}/lib/perl5/${PERL_VER}/man/man3/Spread.3 @@ -57,7 +59,8 @@ post-configure: post-build: @cd ${WRKSRC}/perl/Spread && \ - ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./Makefile.PL ${PERL_CONFIGURE_ARGS} +USES= perl5 +USE_PERL5= configure @cd ${WRKSRC}/perl/Spread && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile @cd ${WRKSRC}/perl/Spread && ${MAKE} diff --git a/net/wakeonlan/Makefile b/net/wakeonlan/Makefile index 0720655781b6..79558af5c33f 100644 --- a/net/wakeonlan/Makefile +++ b/net/wakeonlan/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= wakeonlan.1 |