diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-07-09 08:40:17 +0000 |
commit | f6d56007b984e83ebda7162c99abc18d5bde982e (patch) | |
tree | aa20f69168c1d6c9e0dbf200cc417eb6ea9147ca /net-mgmt | |
parent | bd0d393e807d8d13fca4ce0ff12e4497385e3e24 (diff) | |
download | ports-f6d56007b984e83ebda7162c99abc18d5bde982e.tar.gz ports-f6d56007b984e83ebda7162c99abc18d5bde982e.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-AnyEvent-SNMP/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-BigIP-iControl/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/p5-jmx4perl/Makefile | 2 |
5 files changed, 5 insertions, 9 deletions
diff --git a/net-mgmt/p5-AnyEvent-SNMP/Makefile b/net-mgmt/p5-AnyEvent-SNMP/Makefile index 1bcac23d31b3..922b5a6f10cd 100644 --- a/net-mgmt/p5-AnyEvent-SNMP/Makefile +++ b/net-mgmt/p5-AnyEvent-SNMP/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Adaptor to integrate Net::SNMP into AnyEvent +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-AnyEvent>=5.23:devel/p5-AnyEvent \ p5-Net-SNMP>=6.0.1:net-mgmt/p5-Net-SNMP \ p5-common-sense>=3.4:devel/p5-common-sense -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/net-mgmt/p5-BigIP-iControl/Makefile b/net-mgmt/p5-BigIP-iControl/Makefile index a58f077a12dc..821dd5c2a91f 100644 --- a/net-mgmt/p5-BigIP-iControl/Makefile +++ b/net-mgmt/p5-BigIP-iControl/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl interface to the F5 iControl API +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-SOAP-Lite>=0:net/p5-SOAP-Lite \ p5-MIME-Base64>=0:converters/p5-MIME-Base64 -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile index 8905b50627b4..f869e9b30b35 100644 --- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile @@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}beta MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Manage Cisco IOS Devices +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:net-mgmt/p5-Telnet-Cisco -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 8572620c1d48..6789a03b77c1 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -12,15 +12,11 @@ COMMENT= Perl5 module for gathering information from network devices LICENSE= BSD3CLAUSE -DEPENDS= p5-PPI>0:textproc/p5-PPI \ - p5-Module-Info>0:devel/p5-Module-Info \ - p5-Class-ISA>0:devel/p5-Class-ISA - +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp RUN_DEPENDS= p5-PPI>0:textproc/p5-PPI \ p5-Module-Info>0:devel/p5-Module-Info \ p5-Class-ISA>0:devel/p5-Class-ISA -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= modbuild diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index 007338c19f95..ec4c33e70a53 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -12,6 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-Config-General>=0:devel/p5-Config-General \ p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP \ @@ -30,7 +31,6 @@ RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ p5-XML-Twig>=0:textproc/p5-XML-Twig \ p5-libwww>=0:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} NO_ARCH= yes USES= perl5 |