Date: Sun, 5 Aug 2018 19:08:24 +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: r476450 - head/textproc/p5-Pod-ProjectDocs Message-ID: <201808051908.w75J8O1R006104@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 5 19:08:24 2018 New Revision: 476450 URL: https://svnweb.freebsd.org/changeset/ports/476450 Log: Remove outdated PERL_LEVEL check Modified: head/textproc/p5-Pod-ProjectDocs/Makefile Modified: head/textproc/p5-Pod-ProjectDocs/Makefile ============================================================================== --- head/textproc/p5-Pod-ProjectDocs/Makefile Sun Aug 5 19:08:19 2018 (r476449) +++ head/textproc/p5-Pod-ProjectDocs/Makefile Sun Aug 5 19:08:24 2018 (r476450) @@ -25,11 +25,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502400 -BUILD_DEPENDS+= p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple -.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?201808051908.w75J8O1R006104>