Date: Sun, 12 May 2019 16:38:46 +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: r501429 - head/www/p5-Dancer2 Message-ID: <201905121638.x4CGckqZ013601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 12 16:38:46 2019 New Revision: 501429 URL: https://svnweb.freebsd.org/changeset/ports/501429 Log: Remove outdated PERL_LEVEL check Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sun May 12 16:38:41 2019 (r501428) +++ head/www/p5-Dancer2/Makefile Sun May 12 16:38:46 2019 (r501429) @@ -67,14 +67,9 @@ XS_RUN_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \ p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML -NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> +NO_ARCH= yes -.if ${PERL_LEVEL} < 502502 -RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker -.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?201905121638.x4CGckqZ013601>