16 lines
266 B
Makefile
16 lines
266 B
Makefile
|
COMMENT= Perl extension for retrieving bridge tables
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= SNMP-BridgeQuery-0.61
|
||
|
REVISION= 1
|
||
|
CATEGORIES= devel net
|
||
|
|
||
|
# GPL/Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= net/p5-Net-SNMP
|
||
|
|
||
|
.include <bsd.port.mk>
|