Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / p5-SNMP-Info / Makefile
1 PORTNAME=       SNMP-Info
2 PORTVERSION=    3.89
3 CATEGORIES=     net-mgmt perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     perl@FreeBSD.org
8 COMMENT=        Perl5 module for gathering information from network devices
9 WWW=            https://metacpan.org/release/SNMP-Info
10
11 LICENSE=        BSD3CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 LIB_DEPENDS=    libnetsnmp.so:net-mgmt/net-snmp
16 RUN_DEPENDS=    p5-Class-ISA>0:devel/p5-Class-ISA \
17                 p5-Module-Info>0:devel/p5-Module-Info \
18                 p5-NetAddr-IP>0:net-mgmt/p5-NetAddr-IP \
19                 p5-PPI>0:textproc/p5-PPI \
20                 p5-Regexp-Common>=0:textproc/p5-Regexp-Common
21 TEST_DEPENDS=   p5-Hook-LexWrap>=0:devel/p5-Hook-LexWrap \
22                 p5-Test-Class-Most>0:devel/p5-Test-Class-Most \
23                 p5-Test-Distribution>0:devel/p5-Test-Distribution \
24                 p5-Test-MockObject>0:devel/p5-Test-MockObject
25
26 USES=           perl5
27 USE_PERL5=      modbuild
28
29 NO_ARCH=        yes
30
31 .include <bsd.port.mk>