openbsd-ports/net/p5-SNMP-Info/Makefile
2011-06-25 08:41:15 +00:00

25 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.8 2011/06/25 08:41:15 jasper Exp $
COMMENT= perl5 interface to network devices and MIBs through SNMP
MODULES= cpan
DISTNAME= SNMP-Info-2.05
CATEGORIES= net
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= net/net-snmp,-perl
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV+= TEST_POD=1
CONFIGURE_STYLE= perl
USE_GROFF = Yes
.include <bsd.port.mk>