blob: 08aa9a92aff59d247a5f29ae44bf681fc860cd64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= namespace-sweep
PORTVERSION= 0.006
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sweep up imported subs in your classes
WWW= https://metacpan.org/release/namespace-sweep
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.09:devel/p5-B-Hooks-EndOfScope \
p5-Package-Stash>=0.33:devel/p5-Package-Stash \
p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \
p5-Sub-Name>=0:devel/p5-Sub-Name
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|