diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:12:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-10 01:12:13 +0000 |
commit | d01ce27f5599129869963af72ebd352ead7f4cf1 (patch) | |
tree | 31e962cb461795e48e44a4937b3fb87febc45611 /textproc/p5-Perl-Critic-Bangs/Makefile | |
parent | 74b06f07af5859d0ce2b615c687503d9e2954a6a (diff) | |
download | ports-d01ce27f5599129869963af72ebd352ead7f4cf1.tar.gz ports-d01ce27f5599129869963af72ebd352ead7f4cf1.zip |
Notes
Diffstat (limited to 'textproc/p5-Perl-Critic-Bangs/Makefile')
-rw-r--r-- | textproc/p5-Perl-Critic-Bangs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Critic-Bangs/Makefile b/textproc/p5-Perl-Critic-Bangs/Makefile index 15c7946d2247..255bd7e7424b 100644 --- a/textproc/p5-Perl-Critic-Bangs/Makefile +++ b/textproc/p5-Perl-Critic-Bangs/Makefile @@ -13,8 +13,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ivan@serezhkin.com COMMENT= A collection of handy Perl::Critic policies -BUILD_DEPENDS= ${SITE_PERL}/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ + p5-Perl-Critic-Deprecated>=0:${PORTSDIR}/devel/p5-Perl-Critic-Deprecated PERL_CONFIGURE= yes |