summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-04 03:24:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-04 03:24:02 +0000
commit49056bafcba55f5d2f7050f20e807cb8b135da1c (patch)
treec33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt
parent- Update to 3.2.8 (diff)
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326244
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/2ping/Makefile2
-rw-r--r--net-mgmt/bigsister/Makefile2
-rw-r--r--net-mgmt/cnagios/Makefile2
-rw-r--r--net-mgmt/ifgraph/Makefile2
-rw-r--r--net-mgmt/iog/Makefile2
-rw-r--r--net-mgmt/ipv6gen/Makefile3
-rw-r--r--net-mgmt/nagios-geom/Makefile2
-rw-r--r--net-mgmt/nagiostat/Makefile2
-rw-r--r--net-mgmt/netmagis-common/Makefile2
-rw-r--r--net-mgmt/p5-GRNOC-TL1/Makefile3
-rw-r--r--net-mgmt/p5-Nagios-Plugin/Makefile3
-rw-r--r--net-mgmt/p5-Net-IP-Match-Regexp/Makefile3
-rw-r--r--net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile3
-rw-r--r--net-mgmt/p5-SNMP-Info/Makefile3
-rw-r--r--net-mgmt/p5-Xymon/Makefile3
-rw-r--r--net-mgmt/p5-Zenoss/Makefile3
-rw-r--r--net-mgmt/remarp/Makefile2
-rw-r--r--net-mgmt/routers2-extras/Makefile2
-rw-r--r--net-mgmt/torrus/Makefile3
19 files changed, 28 insertions, 19 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile
index bef7007c0a5c..98a1edef4d4d 100644
--- a/net-mgmt/2ping/Makefile
+++ b/net-mgmt/2ping/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
MAN8= 2ping.8 2ping6.8
diff --git a/net-mgmt/bigsister/Makefile b/net-mgmt/bigsister/Makefile
index cdf56e2b244f..d8b6dd69ff72 100644
--- a/net-mgmt/bigsister/Makefile
+++ b/net-mgmt/bigsister/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp \
p5-URI>=0:${PORTSDIR}/net/p5-URI
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= ${PORTNAME}
NO_BUILD= yes
HAS_CONFIGURE= yes
diff --git a/net-mgmt/cnagios/Makefile b/net-mgmt/cnagios/Makefile
index 9d9e889a5b5b..1788d656f37b 100644
--- a/net-mgmt/cnagios/Makefile
+++ b/net-mgmt/cnagios/Makefile
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
--with-var-dir="${NAGIOSDIR}" \
--with-status-file="${NAGIOSDIR}/status.dat" \
--with-nagios-data=3
-USE_PERL5= YES
+USES= perl5
ALL_TARGET= cnagios
MAN1= cnagios.1
diff --git a/net-mgmt/ifgraph/Makefile b/net-mgmt/ifgraph/Makefile
index ee09a70ba12a..7ccbbab4f227 100644
--- a/net-mgmt/ifgraph/Makefile
+++ b/net-mgmt/ifgraph/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
BUILD_DEPENDS:= ${RUN_DEPENDS}
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/net-mgmt/iog/Makefile b/net-mgmt/iog/Makefile
index ea77f60fa5d3..d5972d661aed 100644
--- a/net-mgmt/iog/Makefile
+++ b/net-mgmt/iog/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ler@lerctr.org
COMMENT= Graphs Byte Counts for switches/routers/etc
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_SUB+= VERSION=${PORTVERSION}
IOG_USER= iog
IOG_GROUP= www
diff --git a/net-mgmt/ipv6gen/Makefile b/net-mgmt/ipv6gen/Makefile
index c7624976a6cf..0c10de9a05b0 100644
--- a/net-mgmt/ipv6gen/Makefile
+++ b/net-mgmt/ipv6gen/Makefile
@@ -17,7 +17,8 @@ COMMENT= IPv6 prefix generator
MAN1= ${PORTNAME}.1
NO_BUILD=
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= bin/${PORTNAME} bin/check-overlap
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/net-mgmt/nagios-geom/Makefile b/net-mgmt/nagios-geom/Makefile
index 653f84b5b5a8..dec96c857417 100644
--- a/net-mgmt/nagios-geom/Makefile
+++ b/net-mgmt/nagios-geom/Makefile
@@ -16,7 +16,7 @@ DISTNAME= check_geom-${PORTVERSION}
MAINTAINER= rea@FreeBSD.org
COMMENT= Nagios plug-in to get geom(8) components status
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
PATCH_STRIP= -p1
diff --git a/net-mgmt/nagiostat/Makefile b/net-mgmt/nagiostat/Makefile
index 19e3948df07a..4facd9a9093a 100644
--- a/net-mgmt/nagiostat/Makefile
+++ b/net-mgmt/nagiostat/Makefile
@@ -14,7 +14,7 @@ COMMENT= Nagiostat parses performance-data from Nagios and generates graphs
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
nagios:${PORTSDIR}/net-mgmt/nagios
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
NO_WRKSUBDIR= yes
NAGIOSDIR?= /var/spool/nagios
diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile
index af8c3bb741ba..1962f9be3f31 100644
--- a/net-mgmt/netmagis-common/Makefile
+++ b/net-mgmt/netmagis-common/Makefile
@@ -45,7 +45,7 @@ RUN_DEPENDS+= rancid-run:${PORTSDIR}/net-mgmt/rancid \
.endif
.if ${PKGNAMESUFFIX} == -metro
-USE_PERL5= yes
+USES= perl5
RUN_DEPENDS+= p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
diff --git a/net-mgmt/p5-GRNOC-TL1/Makefile b/net-mgmt/p5-GRNOC-TL1/Makefile
index 975c2e31100e..0ba9395567cb 100644
--- a/net-mgmt/p5-GRNOC-TL1/Makefile
+++ b/net-mgmt/p5-GRNOC-TL1/Makefile
@@ -15,6 +15,7 @@ BUILD_DEPENDS= p5-Date-Calc>0:${PORTSDIR}/devel/p5-Date-Calc \
p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Nagios-Plugin/Makefile b/net-mgmt/p5-Nagios-Plugin/Makefile
index ec23c5cc632c..968b1ab81126 100644
--- a/net-mgmt/p5-Nagios-Plugin/Makefile
+++ b/net-mgmt/p5-Nagios-Plugin/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Nagios::Plugin.3 \
Nagios::Plugin::Config.3 \
diff --git a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
index dae2c8244acb..56c9548ad729 100644
--- a/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
+++ b/net-mgmt/p5-Net-IP-Match-Regexp/Makefile
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Efficiently match IP addresses against IP ranges via regexp
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::IP::Match::Regexp.3
diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
index 1b86be82d769..6c463b52e124 100644
--- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
+++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
@@ -18,7 +18,8 @@ COMMENT= Manage Cisco IOS Devices
RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::Telnet::Cisco::IOS.3
diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile
index 864520edf495..83f6bd5082f4 100644
--- a/net-mgmt/p5-SNMP-Info/Makefile
+++ b/net-mgmt/p5-SNMP-Info/Makefile
@@ -14,7 +14,8 @@ LICENSE= BSD
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \
SNMP::Info::IPv6.3 SNMP::Info::Layer2::CiscoSB.3 \
diff --git a/net-mgmt/p5-Xymon/Makefile b/net-mgmt/p5-Xymon/Makefile
index ade8dceefafd..868da274ff2c 100644
--- a/net-mgmt/p5-Xymon/Makefile
+++ b/net-mgmt/p5-Xymon/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Xymon Base Module
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Xymon.3
diff --git a/net-mgmt/p5-Zenoss/Makefile b/net-mgmt/p5-Zenoss/Makefile
index 26facf43a5e6..60e77620710b 100644
--- a/net-mgmt/p5-Zenoss/Makefile
+++ b/net-mgmt/p5-Zenoss/Makefile
@@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Zenoss.3 \
Zenoss::Connector.3 \
diff --git a/net-mgmt/remarp/Makefile b/net-mgmt/remarp/Makefile
index 961a4606af27..1fd4c458d6f3 100644
--- a/net-mgmt/remarp/Makefile
+++ b/net-mgmt/remarp/Makefile
@@ -17,7 +17,7 @@ COMMENT= An SNMP-based ARP watcher
RUN_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
-USE_PERL5= YES
+USES= perl5
NO_BUILD= YES
REMARP_SPOOL= /var/spool/remarp
diff --git a/net-mgmt/routers2-extras/Makefile b/net-mgmt/routers2-extras/Makefile
index 816ac2d174b1..8581ea8290d7 100644
--- a/net-mgmt/routers2-extras/Makefile
+++ b/net-mgmt/routers2-extras/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers
WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras
-USE_PERL5= YES
+USES= perl5
NO_BUILD= YES
diff --git a/net-mgmt/torrus/Makefile b/net-mgmt/torrus/Makefile
index 0e2664fbe288..54db71ef2d9e 100644
--- a/net-mgmt/torrus/Makefile
+++ b/net-mgmt/torrus/Makefile
@@ -25,7 +25,8 @@ BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GNOME= libxml2
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
GNU_CONFIGURE= YES
USERS= torrus