e56a7da894
With hat: portmgr-secretary
29 lines
652 B
Makefile
29 lines
652 B
Makefile
PORTNAME= Perl-Metrics-Simple
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to count packages, subs, lines, etc. of many files
|
|
|
|
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-Pod>0:devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>0:devel/p5-Test-Pod-Coverage
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -name '*.orig' -delete
|
|
|
|
.include <bsd.port.mk>
|