aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-03 16:18:49 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-03 16:18:49 +0000
commit53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56 (patch)
treeaf34a59d3d16b99fda6fb0f1c025cfdbd117b523 /net-mgmt
parent06ffcbb8d55c466c31de72862d0146ec29e464b4 (diff)
downloadports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.tar.gz
ports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/coovachilli/Makefile3
-rw-r--r--net-mgmt/fetchconfig/Makefile2
-rw-r--r--net-mgmt/nagios-certexp-plugin/Makefile2
-rw-r--r--net-mgmt/nagios-check_clamav/Makefile3
-rw-r--r--net-mgmt/nagios-openldap-plugins/Makefile3
-rw-r--r--net-mgmt/p5-BigIP-iControl/Makefile3
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/Makefile3
-rw-r--r--net-mgmt/p5-MRTG-Parse/Makefile3
-rw-r--r--net-mgmt/p5-Net-ACL/Makefile3
-rw-r--r--net-mgmt/p5-Net-ILO/Makefile3
-rw-r--r--net-mgmt/p5-NetAddr-IP-Lite/Makefile3
-rw-r--r--net-mgmt/p5-SNMP-Trapinfo/Makefile3
-rw-r--r--net-mgmt/pancho/Makefile3
-rw-r--r--net-mgmt/routers2-extensions/Makefile2
14 files changed, 25 insertions, 14 deletions
diff --git a/net-mgmt/coovachilli/Makefile b/net-mgmt/coovachilli/Makefile
index c801589b762f..715e26b1bc01 100644
--- a/net-mgmt/coovachilli/Makefile
+++ b/net-mgmt/coovachilli/Makefile
@@ -25,7 +25,8 @@ MAN8= chilli.8
CONFIGURE_ARGS=-localstatedir=/var
GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes # for manual page building
+USES= perl5
+USE_PERL5= build
USE_LDCONFIG= yes
USE_RC_SUBR= coovachilli
diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile
index 4843ad8f4da0..3f6525aa3d6c 100644
--- a/net-mgmt/fetchconfig/Makefile
+++ b/net-mgmt/fetchconfig/Makefile
@@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \
diff --git a/net-mgmt/nagios-certexp-plugin/Makefile b/net-mgmt/nagios-certexp-plugin/Makefile
index a51135a38f88..fb0a4c79f92f 100644
--- a/net-mgmt/nagios-certexp-plugin/Makefile
+++ b/net-mgmt/nagios-certexp-plugin/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_certexp.pl
diff --git a/net-mgmt/nagios-check_clamav/Makefile b/net-mgmt/nagios-check_clamav/Makefile
index 48faded12835..43d4cf775f9d 100644
--- a/net-mgmt/nagios-check_clamav/Makefile
+++ b/net-mgmt/nagios-check_clamav/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= alexey@renatasystems.org
COMMENT= Nagios plugin that verifies ClamAV local signature database revision
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
RUN_DEPENDS+= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \
clamav>=0:${PORTSDIR}/security/clamav \
diff --git a/net-mgmt/nagios-openldap-plugins/Makefile b/net-mgmt/nagios-openldap-plugins/Makefile
index 99f659229983..1539de906021 100644
--- a/net-mgmt/nagios-openldap-plugins/Makefile
+++ b/net-mgmt/nagios-openldap-plugins/Makefile
@@ -24,7 +24,8 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
PORTSCOUT= ignore:1
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= libexec/nagios/check_ldap_dn.pl \
libexec/nagios/check_ldap_query.pl \
diff --git a/net-mgmt/p5-BigIP-iControl/Makefile b/net-mgmt/p5-BigIP-iControl/Makefile
index 53c9748bc461..41dcf41920e8 100644
--- a/net-mgmt/p5-BigIP-iControl/Makefile
+++ b/net-mgmt/p5-BigIP-iControl/Makefile
@@ -14,7 +14,8 @@ RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= BigIP::iControl.3
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile
index daeac9e0733d..f9515c42e020 100644
--- a/net-mgmt/p5-Cisco-Reconfig/Makefile
+++ b/net-mgmt/p5-Cisco-Reconfig/Makefile
@@ -17,7 +17,8 @@ COMMENT= Parse and generate Cisco configuration files
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Cisco::Reconfig.3
diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile
index 481db87b5b45..7833c1ce5ba4 100644
--- a/net-mgmt/p5-MRTG-Parse/Makefile
+++ b/net-mgmt/p5-MRTG-Parse/Makefile
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MRTG::Parse.3
diff --git a/net-mgmt/p5-Net-ACL/Makefile b/net-mgmt/p5-Net-ACL/Makefile
index a672d91f9d7e..03155fd03d35 100644
--- a/net-mgmt/p5-Net-ACL/Makefile
+++ b/net-mgmt/p5-Net-ACL/Makefile
@@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::ACL.3 Net::ACL::Bootstrap.3 Net::ACL::File.3 \
Net::ACL::File::ASPath.3 Net::ACL::File::Community.3 \
diff --git a/net-mgmt/p5-Net-ILO/Makefile b/net-mgmt/p5-Net-ILO/Makefile
index 366de279ee56..2fdad30e22bd 100644
--- a/net-mgmt/p5-Net-ILO/Makefile
+++ b/net-mgmt/p5-Net-ILO/Makefile
@@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::ILO.3
diff --git a/net-mgmt/p5-NetAddr-IP-Lite/Makefile b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
index 88861560b04f..dda9feafda56 100644
--- a/net-mgmt/p5-NetAddr-IP-Lite/Makefile
+++ b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= IPv4/6 and 128 bit number utilities
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= -noxs
diff --git a/net-mgmt/p5-SNMP-Trapinfo/Makefile b/net-mgmt/p5-SNMP-Trapinfo/Makefile
index 575334022b06..b43751e9359e 100644
--- a/net-mgmt/p5-SNMP-Trapinfo/Makefile
+++ b/net-mgmt/p5-SNMP-Trapinfo/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= joris.dedieu@gmail.com
COMMENT= Process an SNMP trap with perl
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SNMP::Trapinfo.3
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile
index 02d73f50d9e3..e6fe3fe23e9d 100644
--- a/net-mgmt/pancho/Makefile
+++ b/net-mgmt/pancho/Makefile
@@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager
WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION}
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN1= pancho.1
diff --git a/net-mgmt/routers2-extensions/Makefile b/net-mgmt/routers2-extensions/Makefile
index e0fa8ebf06c7..5f63afb739c7 100644
--- a/net-mgmt/routers2-extensions/Makefile
+++ b/net-mgmt/routers2-extensions/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers
WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extensions
-USE_PERL5= YES
+USES= perl5
NO_BUILD= YES