2014-12-09 15:21:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2014/12/09 15:21:13 sthen Exp $
|
2011-06-25 08:41:15 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= perl5 interface to network devices and MIBs through SNMP
|
2007-09-12 07:09:03 +00:00
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
|
2014-12-05 07:06:13 +00:00
|
|
|
DISTNAME = SNMP-Info-3.22
|
2014-12-09 15:21:13 +00:00
|
|
|
REVISION= 0
|
2007-09-12 07:09:03 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
# BSD
|
2012-10-15 15:18:31 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-09-12 07:09:03 +00:00
|
|
|
|
2014-12-09 15:21:13 +00:00
|
|
|
RUN_DEPENDS= net/net-snmp
|
2011-04-12 06:36:10 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
2007-09-12 07:09:03 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|