Skip to content

Commit

Permalink
textproc/p5-Perl-MinimumVersion: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Oct 7, 2018
1 parent ecb31e1 commit 715d2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textproc/p5-Perl-MinimumVersion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ COMMENT= Find a minimum required version of perl for Perl code
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual

BUILD_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl \
p5-PPI>=1.215:textproc/p5-PPI \
p5-PPIx-Regexp>=0.033:textproc/p5-PPIx-Regexp \
p5-Perl-Critic>=1.104:textproc/p5-Perl-Critic \
p5-Params-Util>=0.25:devel/p5-Params-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Script>=0:devel/p5-Test-Script

USES= perl5
Expand Down

0 comments on commit 715d2a3

Please sign in to comment.