diff options
author | az <az@FreeBSD.org> | 2013-09-04 03:27:37 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 03:27:37 +0000 |
commit | b11eaee46a2e6d5743b95225a6244f94b9f8bad4 (patch) | |
tree | 00ab6a9b2ac185234ddc8fe1dd36a7b7d777cfa6 | |
parent | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (diff) | |
download | FreeBSD-ports-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.zip FreeBSD-ports-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.gz |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
-rw-r--r-- | net-mgmt/aspathtree/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/flowviewer/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipcalc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-check_mysql_slave/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagios-check_netsnmp/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagiosgraph/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nsca/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nsca27/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-AnyEvent-SNMP/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin-LDAP/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-CIDR/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-IPAddress/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP-Util/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Telnet-Cisco/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon-Client/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-jmx4perl/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/routers2/Makefile | 2 |
19 files changed, 31 insertions, 19 deletions
diff --git a/net-mgmt/aspathtree/Makefile b/net-mgmt/aspathtree/Makefile index 406f975..98f1ef1 100644 --- a/net-mgmt/aspathtree/Makefile +++ b/net-mgmt/aspathtree/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/ASpath-tree-v${PORTVERSION}/ RESTRICTED= not redistributable, license agreement required NO_BUILD= yes -USE_PERL5= yes +USES= perl5 SCRIPTS_ENV+= PERL5=${PERL5} SUB_FILES= pkg-message CONFIG_FILES= ASpath-tree.config diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 55c7f8f..26e1067 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ --libexecdir=${PREFIX}/libexec/nagios \ --with-perl=${PERL} -USE_PERL5= yes +USES= perl5 NAGIOSUSER?= nagios NAGIOSGROUP?= nagios diff --git a/net-mgmt/flowviewer/Makefile b/net-mgmt/flowviewer/Makefile index 585226c..c24fb2d 100644 --- a/net-mgmt/flowviewer/Makefile +++ b/net-mgmt/flowviewer/Makefile @@ -29,7 +29,7 @@ SUB_LIST+= "FLOWVIEWERDIR=${FLOWVIEWERDIR}" \ "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PORTDOCS= README diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index b5ef9f6..8ea12b9 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -16,7 +16,7 @@ COMMENT= IP Calculator PLIST_FILES= bin/ipcalc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/net-mgmt/nagios-check_mysql_slave/Makefile b/net-mgmt/nagios-check_mysql_slave/Makefile index 6a1c0a3..e08d3ef 100644 --- a/net-mgmt/nagios-check_mysql_slave/Makefile +++ b/net-mgmt/nagios-check_mysql_slave/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \ PORTSCOUT= ignore:1 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run DOC_FILES= check_mysql_slave.html check_mysql_slave.pod do-install: diff --git a/net-mgmt/nagios-check_netsnmp/Makefile b/net-mgmt/nagios-check_netsnmp/Makefile index 162fef5..b5143d0 100644 --- a/net-mgmt/nagios-check_netsnmp/Makefile +++ b/net-mgmt/nagios-check_netsnmp/Makefile @@ -18,7 +18,8 @@ COMMENT= Nagios plug-in to get some common NetSNMP-exported information RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= libexec/nagios/check_netsnmp %%DOCSDIR%%/check_netsnmp.html PLIST_DIRS= %%DOCSDIR%% diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index 44473d7..ebea140 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -17,7 +17,8 @@ COMMENT= Generate rrdtool\'s graphs by performance data from nagios plugins RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ rrdtool>=0:${PORTSDIR}/databases/rrdtool -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PORTDOCS= AUTHORS CHANGELOG INSTALL README TODO diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index 488e386..95a5139 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/Makefile @@ -30,7 +30,7 @@ CONFLICTS= nsca-client-2.7.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile index 5e776f7..b0af53c 100644 --- a/net-mgmt/nsca27/Makefile +++ b/net-mgmt/nsca27/Makefile @@ -30,7 +30,7 @@ CONFLICTS= nsca-client-2.9.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/net-mgmt/p5-AnyEvent-SNMP/Makefile b/net-mgmt/p5-AnyEvent-SNMP/Makefile index 399c464..70be291 100644 --- a/net-mgmt/p5-AnyEvent-SNMP/Makefile +++ b/net-mgmt/p5-AnyEvent-SNMP/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= p5-AnyEvent>=5.23:${PORTSDIR}/devel/p5-AnyEvent \ p5-common-sense>=3.4:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::SNMP.3 diff --git a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile index fe34a8d..772351b 100644 --- a/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile +++ b/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-FusionInventory-Agent>=0:${PORTSDIR}/net-mgmt/p5-FusionInvento p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile index a39a5ce..234d64f 100644 --- a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile +++ b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Nagios plugin to observe LDAP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ diff --git a/net-mgmt/p5-Net-CIDR/Makefile b/net-mgmt/p5-Net-CIDR/Makefile index 7e0310e..ab445fb 100644 --- a/net-mgmt/p5-Net-CIDR/Makefile +++ b/net-mgmt/p5-Net-CIDR/Makefile @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CIDR.3 diff --git a/net-mgmt/p5-Net-IPAddress/Makefile b/net-mgmt/p5-Net-IPAddress/Makefile index 2a11a17..fb06bcd 100644 --- a/net-mgmt/p5-Net-IPAddress/Makefile +++ b/net-mgmt/p5-Net-IPAddress/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IPAddress.3 diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile index 801c897..d1697db 100644 --- a/net-mgmt/p5-Net-SNMP-Util/Makefile +++ b/net-mgmt/p5-Net-SNMP-Util/Makefile @@ -18,7 +18,8 @@ COMMENT= Utility functions for Net::SNMP RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3 diff --git a/net-mgmt/p5-Telnet-Cisco/Makefile b/net-mgmt/p5-Telnet-Cisco/Makefile index 3e9b31d..6003afb 100644 --- a/net-mgmt/p5-Telnet-Cisco/Makefile +++ b/net-mgmt/p5-Telnet-Cisco/Makefile @@ -18,7 +18,8 @@ COMMENT= Perl5 module to telnet to Cisco routers RUN_DEPENDS= p5-Net-Telnet>=3.02:${PORTSDIR}/net/p5-Net-Telnet \ p5-Term-ReadKey>=2:${PORTSDIR}/devel/p5-Term-ReadKey -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Cisco.3 diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile index 23e889b..6160083 100644 --- a/net-mgmt/p5-Xymon-Client/Makefile +++ b/net-mgmt/p5-Xymon-Client/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Interface to xymon/hobbit client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon::Client.3 diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index c448e10d..b8dec635 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -38,7 +38,8 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1 = cacti_jmx4perl.1 \ check_jmx4perl.1 \ diff --git a/net-mgmt/routers2/Makefile b/net-mgmt/routers2/Makefile index 08b5a6a..d61b865 100644 --- a/net-mgmt/routers2/Makefile +++ b/net-mgmt/routers2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \ WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} -USE_PERL5= YES +USES= perl5 NO_BUILD= YES |