ports/devel/p5-namespace-clean/Makefile

20 lines
370 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = keep imports and functions out of your namespace
MODULES = cpan
PKG_ARCH = *
DISTNAME = namespace-clean-0.27
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-B-Hooks-EndOfScope \
devel/p5-Package-Stash \
devel/p5-Sub-Name
BUILD_DEPENDS = devel/p5-B-Hooks-EndOfScope \
devel/p5-Package-Stash
.include <bsd.port.mk>