openbsd-ports/net/p5-SNMP-Info/Makefile

24 lines
446 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2011/04/12 06:36:10 jasper Exp $
COMMENT= perl5 interface to network devices and MIBs through SNMP
MODULES= cpan
DISTNAME= SNMP-Info-2.04
CATEGORIES= net
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= net/net-snmp,-perl
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV+= TEST_POD=1
CONFIGURE_STYLE= perl
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>