diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 03:27:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 03:27:37 +0000 |
commit | e242f309a82a2c7b11193e60d8dab0e17348c268 (patch) | |
tree | 00ab6a9b2ac185234ddc8fe1dd36a7b7d777cfa6 | |
parent | 49056bafcba55f5d2f7050f20e807cb8b135da1c (diff) | |
download | ports-e242f309a82a2c7b11193e60d8dab0e17348c268.tar.gz ports-e242f309a82a2c7b11193e60d8dab0e17348c268.zip |
Notes
-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 406f97557dc2..98f1ef1b7ef8 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 55c7f8fe68fa..26e106712e1b 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 585226ce6b90..c24fb2d7401f 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 b5ef9f6b344b..8ea12b94d411 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 6a1c0a3abbd9..e08d3efc0961 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 162fef5a3a4d..b5143d068fea 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 44473d748a1e..ebea1408c1d4 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 488e38602d47..95a5139bbb3e 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 5e776f7c586d..b0af53c19fd3 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 399c4646c454..70be29165175 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 fe34a8d29a8c..772351b043e0 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 a39a5ceedf84..234d64f9b497 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 7e0310ed6086..ab445fb00ef3 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 2a11a17ee64c..fb06bcdb155c 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 801c897f82ab..d1697db1406f 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 3e9b31dc899f..6003afba4d44 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 23e889b584c4..61600833e33f 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 c448e10d7c17..b8dec6359b8c 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 08b5a6a2b7f3..d61b865c0a08 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 |