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

25 lines
447 B
Makefile
Raw Normal View History

2011-06-25 04:41:15 -04:00
# $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
2011-06-25 04:41:15 -04:00
DISTNAME= SNMP-Info-2.05
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>