mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Changelog: https://metacpan.org/dist/namespace-autoclean/changes Port changes: * Minor reordering changes to make portfmt happy
30 lines
783 B
Makefile
30 lines
783 B
Makefile
PORTNAME= namespace-autoclean
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Keep imports out of your namespace
|
|
WWW= https://metacpan.org/release/namespace-autoclean
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.12:devel/p5-B-Hooks-EndOfScope \
|
|
p5-namespace-clean>=0.20:devel/p5-namespace-clean \
|
|
p5-Sub-Identify>=0:devel/p5-Sub-Identify
|
|
TEST_DEPENDS= p5-Moo>=0:devel/p5-Moo \
|
|
p5-Moose>=2:devel/p5-Moose \
|
|
p5-Mouse>=0:devel/p5-Mouse \
|
|
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
|
p5-Test-Needs>=0:devel/p5-Test-Needs \
|
|
p5-Test-Spelling>0.12:devel/p5-Test-Spelling
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|