openbsd-ports/devel/p5-Scope-Upper/Makefile
2022-08-03 15:06:07 +00:00

19 lines
266 B
Makefile

COMMENT = act on upper scopes
MODULES = cpan
DISTNAME = Scope-Upper-0.33
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
CPAN_AUTHOR = VPIT
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = samples
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>