diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
commit | 935c866afb7d805ed4d8c023cf28a1dee8c05f6b (patch) | |
tree | 669406cf84e1a7cbae93e65ea1ba66f693c71b1f /devel/p5-Test-Kwalitee/Makefile | |
parent | b93b277e621a46e9c3504de7d9692babe843ee32 (diff) |
Notes
Diffstat (limited to 'devel/p5-Test-Kwalitee/Makefile')
-rw-r--r-- | devel/p5-Test-Kwalitee/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Test-Kwalitee/Makefile b/devel/p5-Test-Kwalitee/Makefile index 181f12e0b1eb..12e1d04780d3 100644 --- a/devel/p5-Test-Kwalitee/Makefile +++ b/devel/p5-Test-Kwalitee/Makefile @@ -7,7 +7,7 @@ PORTNAME= Test-Kwalitee PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,12 +16,10 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Test the Kwalitee of a distribution before you release it BUILD_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature RUN_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature |