- Remove unnecessary depend on PERL_LEVEL < 5.12
Responsible Changed From-To: freebsd-ports-bugs->lth Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: az Date: Fri Jun 7 07:15:16 2013 New Revision: 320161 URL: http://svnweb.freebsd.org/changeset/ports/320161 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178909 Submitted by: az Approved by: maintainer (timeout) Modified: head/textproc/p5-Perl-MinimumVersion/Makefile (contents, props changed) Modified: head/textproc/p5-Perl-MinimumVersion/Makefile ============================================================================== --- head/textproc/p5-Perl-MinimumVersion/Makefile Fri Jun 7 07:13:13 2013 (r320160) +++ head/textproc/p5-Perl-MinimumVersion/Makefile Fri Jun 7 07:15:16 2013 (r320161) @@ -27,8 +27,4 @@ MAN3= Perl::MinimumVersion.3 post-patch: @${PERL} -pi -e '$$_="" if m/Test::/' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1.20:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"