17 lines
280 B
Makefile
17 lines
280 B
Makefile
|
COMMENT= find and use installed modules in a (sub)category
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Module-Find-0.16
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODCPAN_EXAMPLES= Yes
|
||
|
MAKE_ENV= TEST_POD=Yes
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-CPAN-Meta
|
||
|
|
||
|
.include <bsd.port.mk>
|