Date: Thu, 1 Jun 2017 23:50:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442334 - head/biology/p5-Bio-Graphics Message-ID: <201706012350.v51NoSeC004784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jun 1 23:50:28 2017 New Revision: 442334 URL: https://svnweb.freebsd.org/changeset/ports/442334 Log: Remove outdated PERL_LEVEL check Modified: head/biology/p5-Bio-Graphics/Makefile Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Thu Jun 1 22:52:54 2017 (r442333) +++ head/biology/p5-Bio-Graphics/Makefile Thu Jun 1 23:50:28 2017 (r442334) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706012350.v51NoSeC004784>