21 lines
353 B
Makefile
21 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.15 2014/12/18 07:44:07 benoit Exp $
|
|
|
|
COMMENT = perl5 interface to network devices and MIBs through SNMP
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = SNMP-Info-3.23
|
|
CATEGORIES = net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = net/net-snmp
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|