ports/net/p5-SNMP-Info/Makefile

23 lines
360 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = perl5 interface to network devices and MIBs through SNMP
MODULES = cpan
PKG_ARCH = *
2023-09-08 05:21:37 +00:00
DISTNAME = SNMP-Info-3.95
2023-08-16 22:26:55 +00:00
CATEGORIES = net
# BSD
PERMIT_PACKAGE = Yes
RUN_DEPENDS = net/net-snmp \
net/p5-NetAddr-IP>=4.068 \
textproc/p5-Regexp-Common
BUILD_DEPENDS = net/net-snmp
MAKE_ENV = TEST_POD=1
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>