diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-Perl-Critic | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-Critic')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index e12091e758d3..6a9d0807d1bb 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -14,26 +14,26 @@ COMMENT= Critique Perl source for style and standards LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \ - p5-Config-Tiny>=2:${PORTSDIR}/devel/p5-Config-Tiny \ - p5-Email-Address>=1.88.9:${PORTSDIR}/mail/p5-Email-Address \ - p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ - p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ - p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ - p5-List-MoreUtils>=0.19:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Pod-Spell>=1:${PORTSDIR}/textproc/p5-Pod-Spell \ - p5-PPI>=1.220:${PORTSDIR}/textproc/p5-PPI \ - p5-PPIx-Regexp>=0.027:${PORTSDIR}/textproc/p5-PPIx-Regexp \ - p5-PPIx-Utilities>=1.001:${PORTSDIR}/textproc/p5-PPIx-Utilities \ - p5-Readonly>=2.00:${PORTSDIR}/devel/p5-Readonly \ - p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \ - p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ - p5-Term-ANSIColor>=2.02:${PORTSDIR}/devel/p5-Term-ANSIColor \ - perltidy:${PORTSDIR}/devel/p5-Perl-Tidy +BUILD_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \ + p5-Config-Tiny>=2:devel/p5-Config-Tiny \ + p5-Email-Address>=1.88.9:mail/p5-Email-Address \ + p5-Exception-Class>=1.23:devel/p5-Exception-Class \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-File-Which>=0:sysutils/p5-File-Which \ + p5-IO-String>=0:devel/p5-IO-String \ + p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \ + p5-Pod-Spell>=1:textproc/p5-Pod-Spell \ + p5-PPI>=1.220:textproc/p5-PPI \ + p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \ + p5-PPIx-Utilities>=1.001:textproc/p5-PPIx-Utilities \ + p5-Readonly>=2.00:devel/p5-Readonly \ + p5-String-Format>=1.13:textproc/p5-String-Format \ + p5-Task-Weaken>=0:devel/p5-Task-Weaken \ + p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor \ + perltidy:devel/p5-Perl-Tidy RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle USES= perl5 USE_PERL5= modbuild |