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

18 lines
336 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:54 espie Exp $
COMMENT= Perl extension for retrieving bridge tables
MODULES= cpan
DISTNAME= SNMP-BridgeQuery-0.61
REVISION= 0
2008-05-08 18:44:13 -04:00
CATEGORIES= devel net
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= net/p5-Net-SNMP
.include <bsd.port.mk>