diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 07:50:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-02 07:50:28 +0800 |
commit | ae1aedfc929104145bc208fba028a5507cb9faa5 (patch) | |
tree | befcee460539945588c9d394184dd06bb0cccf31 /biology | |
parent | 262476c3029ebbc2ffdac8f1aa1bc8cd43fdc60c (diff) | |
download | freebsd-ports-gnome-ae1aedfc929104145bc208fba028a5507cb9faa5.tar.gz freebsd-ports-gnome-ae1aedfc929104145bc208fba028a5507cb9faa5.tar.zst freebsd-ports-gnome-ae1aedfc929104145bc208fba028a5507cb9faa5.zip |
Remove outdated PERL_LEVEL check
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-Graphics/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/biology/p5-Bio-Graphics/Makefile b/biology/p5-Bio-Graphics/Makefile index bec203957d9a..274836680bcc 100644 --- a/biology/p5-Bio-Graphics/Makefile +++ b/biology/p5-Bio-Graphics/Makefile @@ -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> |