aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-SNMP-Util
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-31 15:23:13 +0000
commit5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch)
treea7da32f6c0064d6be598b00d61f30117a3f396dd /net-mgmt/p5-Net-SNMP-Util
parent7d0f8d0bcada46e31904286734f3f09e759febf1 (diff)
downloadports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.gz
ports-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.zip
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412231
Diffstat (limited to 'net-mgmt/p5-Net-SNMP-Util')
-rw-r--r--net-mgmt/p5-Net-SNMP-Util/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/p5-Net-SNMP-Util/Makefile b/net-mgmt/p5-Net-SNMP-Util/Makefile
index 8dfe4956f7b6..08c98d935331 100644
--- a/net-mgmt/p5-Net-SNMP-Util/Makefile
+++ b/net-mgmt/p5-Net-SNMP-Util/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Net-SNMP-Util
PORTVERSION= 1.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TONODERA
@@ -12,8 +12,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hhyou@cs.nctu.edu.tw
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
+RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
USES= perl5
USE_PERL5= configure