20 lines
370 B
Makefile
20 lines
370 B
Makefile
|
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>
|