Date: Thu, 27 Feb 2014 23:06:35 +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: r346404 - head/devel/p5-Role-Tiny Message-ID: <201402272306.s1RN6ZpK032035@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 27 23:06:34 2014 New Revision: 346404 URL: http://svnweb.freebsd.org/changeset/ports/346404 QAT: https://qat.redports.org/buildarchive/r346404/ Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Role-Tiny/Makefile Modified: head/devel/p5-Role-Tiny/Makefile ============================================================================== --- head/devel/p5-Role-Tiny/Makefile Thu Feb 27 23:05:37 2014 (r346403) +++ head/devel/p5-Role-Tiny/Makefile Thu Feb 27 23:06:34 2014 (r346404) @@ -24,10 +24,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0.003:${POR USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-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?201402272306.s1RN6ZpK032035>