aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-SNMP-Util
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
parent2395e2f49c8480cc991c6e6d6f6315c291be51ef (diff)
downloadports-680174eb06d972473daf929f9db647c92c999039.tar.gz
ports-680174eb06d972473daf929f9db647c92c999039.zip
Notes
Diffstat (limited to 'net-mgmt/p5-SNMP-Util')
-rw-r--r--net-mgmt/p5-SNMP-Util/Makefile10
-rw-r--r--net-mgmt/p5-SNMP-Util/pkg-descr4
2 files changed, 4 insertions, 10 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
diff --git a/net-mgmt/p5-SNMP-Util/pkg-descr b/net-mgmt/p5-SNMP-Util/pkg-descr
index 0e94a34f7fc0..2fe36208ce19 100644
--- a/net-mgmt/p5-SNMP-Util/pkg-descr
+++ b/net-mgmt/p5-SNMP-Util/pkg-descr
@@ -1,3 +1,3 @@
This Perl library is a set of utilities for configuring and monitoring
-SNMP based devices. This library requires the UCD port of SNMP and the
-SNMP.pm module written by Joe Marzot.
+SNMP based devices. This library requires the Net-SNMP implementation of SNMP
+and the SNMP.pm module written by Joe Marzot.