aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-SNMP-Info/Makefile
blob: e67c75af182cf46b0639537ef0a96c846351ed9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    p5-SNMP-Info
# Date created:             2003-09-18
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   SNMP-Info
PORTVERSION=    0.9
PORTREVISION=   1
CATEGORIES= net-mgmt perl5
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= snmp-info
PKGNAMEPREFIX=  p5-

MAINTAINER= arved@FreeBSD.org
COMMENT=    A perl5 module for gathering information from network devices

LIB_DEPENDS=    netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp

PERL_CONFIGURE= yes

MAN3=   SNMP::Info::CiscoVTP.3 SNMP::Info::MAU.3 SNMP::Info::Layer2::C2900.3 \
    SNMP::Info::Layer3::Aironet.3 SNMP::Info::Layer2::Catalyst.3 \
    SNMP::Info::Bridge.3 SNMP::Info::Layer2::Bay.3 \
    SNMP::Info::EtherLike.3 SNMP::Info::Layer2::ZyXEL_DSLAM.3 \
    SNMP::Info::Layer3::C6500.3 SNMP::Info::Layer1::Asante.3 \
    SNMP::Info::CiscoStats.3 SNMP::Info::Layer3::C3550.3 \
    SNMP::Info::Layer1.3 SNMP::Info::Layer3::Foundry.3 \
    SNMP::Info::Layer2::Aironet.3 SNMP::Info::Layer2.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::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::Layer3::Passport.3 \
    SNMP::Info::RapidCity.3 SNMP::Info::SONMP.3

.include <bsd.port.mk>