blob: 55cad673032f60cfd5e49a4ae91cef24d4409970 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= Perl-Metrics-Simple
PORTVERSION= 0.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to count packages, subs, lines, etc. of many files
WWW= https://metacpan.org/release/Perl-Metrics-Simple
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PPI>=1.113:textproc/p5-PPI \
p5-Readonly>=1.03:devel/p5-Readonly \
p5-Statistics-Basic>=0:math/p5-Statistics-Basic
TEST_DEPENDS= p5-Test-Compile>=0:devel/p5-Test-Compile \
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
p5-Test-Pod>=1.00:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
${FIND} ${WRKSRC} -name '*.orig' -delete
.include <bsd.port.mk>
|