mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
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.17
|
|
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>
|