summaryrefslogtreecommitdiff
path: root/net-mgmt/netdisco
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-10 00:07:13 +0000
commite1de4a3f6ab828a9c2db321796b0eada0549d6a9 (patch)
tree5460f7128f04181d2153d23a5e86702f17ebce0a /net-mgmt/netdisco
parentRemove Perl core module (diff)
Remove Perl core module
- While I'm here, change the way *_DEPENDS are set - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=492557
Diffstat (limited to 'net-mgmt/netdisco')
-rw-r--r--net-mgmt/netdisco/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile
index 07e7b893ca52..d4ecb7874795 100644
--- a/net-mgmt/netdisco/Makefile
+++ b/net-mgmt/netdisco/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netdisco
DISTVERSION= 2.039033
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OLIVER
@@ -15,7 +15,8 @@ COMMENT= Network discovery/management tool with web console
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
-BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
p5-Net-SNMP>=6.0.1:net-mgmt/p5-Net-SNMP \
p5-Algorithm-Cron>=0.07:devel/p5-Algorithm-Cron \
p5-aliased>=0:devel/p5-aliased \
@@ -48,7 +49,6 @@ BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
p5-Module-Load>=0.32:devel/p5-Module-Load \
p5-Moo>=1.001000:devel/p5-Moo \
p5-MCE>=1.515:devel/p5-MCE \
- p5-MIME-Base64>=0:converters/p5-MIME-Base64 \
p5-Net-DNS>=0.72:dns/p5-Net-DNS \
p5-perl-ldap>=0:net/p5-perl-ldap \
p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \
@@ -80,8 +80,6 @@ BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
p5-IO-Socket-SSL>=2.048:security/p5-IO-Socket-SSL \
p5-File-Slurper>=0:devel/p5-File-Slurper
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
USERS= netdisco
GROUPS= netdisco