diff options
author | pav <pav@FreeBSD.org> | 2009-12-08 16:59:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-08 16:59:28 +0800 |
commit | 039ed560744cf053a3249bb8a51f21c53c4510d8 (patch) | |
tree | 3c2047f4349caae94c73ccbd4d1ae651786a2bf0 /net-mgmt/p5-SNMP-Util | |
parent | af159121148caea633da7590cabefc0ae730239a (diff) | |
download | freebsd-ports-gnome-039ed560744cf053a3249bb8a51f21c53c4510d8.tar.gz freebsd-ports-gnome-039ed560744cf053a3249bb8a51f21c53c4510d8.tar.zst freebsd-ports-gnome-039ed560744cf053a3249bb8a51f21c53c4510d8.zip |
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date)
Diffstat (limited to 'net-mgmt/p5-SNMP-Util')
-rw-r--r-- | net-mgmt/p5-SNMP-Util/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP-Util/pkg-descr | 4 |
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. |