Date: Sun, 12 May 2019 16:36:12 +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: r501398 - head/devel/p5-Devel-MAT Message-ID: <201905121636.x4CGaCOk010170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 12 16:36:11 2019 New Revision: 501398 URL: https://svnweb.freebsd.org/changeset/ports/501398 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Devel-MAT/Makefile Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Sun May 12 16:36:06 2019 (r501397) +++ head/devel/p5-Devel-MAT/Makefile Sun May 12 16:36:11 2019 (r501398) @@ -33,11 +33,4 @@ USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502501 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils -.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?201905121636.x4CGaCOk010170>