aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Util/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-08 08:59:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-08 08:59:28 +0000
commit680174eb06d972473daf929f9db647c92c999039 (patch)
treedb86d2f0388c19612850dc15842cb25dcb12db3b /net-mgmt/p5-SNMP-Util/Makefile
parent2395e2f49c8480cc991c6e6d6f6315c291be51ef (diff)
downloadports-680174eb06d972473daf929f9db647c92c999039.tar.gz
ports-680174eb06d972473daf929f9db647c92c999039.zip
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date)
Notes
Notes: svn path=/head/; revision=245389
Diffstat (limited to 'net-mgmt/p5-SNMP-Util/Makefile')
-rw-r--r--net-mgmt/p5-SNMP-Util/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/p5-SNMP-Util/Makefile b/net-mgmt/p5-SNMP-Util/Makefile
index a45237ca4097..d6c7f9409a67 100644
--- a/net-mgmt/p5-SNMP-Util/Makefile
+++ b/net-mgmt/p5-SNMP-Util/Makefile
@@ -15,15 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl modules to perform SNMP set,get,walk,next,walk_hash etc
-#
-# Define WITH_NETSNMP4 to use net-mgmt/net-snmp4 instead of net-mgmt/net-snmp.
-#
-.if !defined(WITH_NETSNMP4)
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/net-snmp
-EXTRA_PATCHES+= ${PATCHDIR}/extra-net-snmp-patch-Makefile.PL
-.else
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net-mgmt/p5-SNMP
-.endif
+
+EXTRA_PATCHES= ${PATCHDIR}/extra-net-snmp-patch-Makefile.PL
PERL_CONFIGURE= yes