Remove outdated PERL_LEVEL check
This commit is contained in:
parent
8a0f4cc7bc
commit
53be7d1160
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442334
1 changed files with 2 additions and 8 deletions
|
@ -17,6 +17,7 @@ LICENSE_COMB= dual
|
|||
BUILD_DEPENDS= p5-Bio-Coordinate>=1.007000:biology/p5-Bio-Coordinate \
|
||||
p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \
|
||||
p5-BioPerl>=1.007000:biology/p5-BioPerl \
|
||||
p5-CGI>=0:www/p5-CGI \
|
||||
p5-GD>=2.30:graphics/p5-GD \
|
||||
p5-GD-SVG>=0.32:graphics/p5-GD-SVG \
|
||||
p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive
|
||||
|
@ -26,11 +27,4 @@ NO_ARCH= yes
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502200
|
||||
BUILD_DEPENDS+= p5-CGI>=0:www/p5-CGI
|
||||
RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue