diff options
author | arved <arved@FreeBSD.org> | 2004-11-16 20:48:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-16 20:48:30 +0800 |
commit | fd36d2cb0eaccb2351ea5c676d5e52924230a64a (patch) | |
tree | 267a9f71d5ea74154e1ac4b861c1f800983a45f3 /net-mgmt/p5-SNMP-Info/Makefile | |
parent | 84e671e4e87c614f2805752a11d5a119427aff7f (diff) | |
download | freebsd-ports-graphics-fd36d2cb0eaccb2351ea5c676d5e52924230a64a.tar.gz freebsd-ports-graphics-fd36d2cb0eaccb2351ea5c676d5e52924230a64a.tar.zst freebsd-ports-graphics-fd36d2cb0eaccb2351ea5c676d5e52924230a64a.zip |
Update to 0.9, Bug Fixes + support for:
Nortel/Bay/BayStack, Alteon Ace, Nortel Cotivity, Nortel BayRS,
Nortel Centillion, Nortel AP 222x, Orinco AP, C3560
Reported by: Max Baker
Diffstat (limited to 'net-mgmt/p5-SNMP-Info/Makefile')
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 9987923da21..32427c6eeba 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= snmp-info @@ -29,6 +29,12 @@ MAN3= SNMP::Info::CiscoVTP.3 SNMP::Info::MAU.3 SNMP::Info::Layer2::C2900.3 \ SNMP::Info.3 SNMP::Info::Layer1::Allied.3 \ SNMP::Info::Layer2::C1900.3 SNMP::Info::Layer3.3 \ SNMP::Info::CiscoStack.3 SNMP::Info::Layer2::HP.3 SNMP::Info::CDP.3 \ - SNMP::Info::Entity.3 + SNMP::Info::Entity.3 SNMP::Info::FDP.3 SNMP::Info::Layer1::Bayhub.3 \ + SNMP::Info::Layer2::Allied.3 SNMP::Info::Layer2::Baystack.3 \ + SNMP::Info::Layer2::Centillion.3 SNMP::Info::Layer2::NAP222x.3 \ + SNMP::Info::Layer2::Orinoco.3 SNMP::Info::Layer3::AlteonAD.3 \ + SNMP::Info::Layer3::BayRS.3 SNMP::Info::Layer3::Cisco.3 \ + SNMP::Info::Layer3::Contivity.3 SNMP::Info::NortelStack.3 \ + SNMP::Info::RapidCity.3 SNMP::Info::SONMP.3 .include <bsd.port.mk> |