svn commit: r346424 - head/shells/p5-Bash-Completion

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 01:58:07 UTC 2014


Author: sunpoet
Date: Fri Feb 28 01:58:07 2014
New Revision: 346424
URL: http://svnweb.freebsd.org/changeset/ports/346424
QAT: https://qat.redports.org/buildarchive/r346424/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/shells/p5-Bash-Completion/Makefile

Modified: head/shells/p5-Bash-Completion/Makefile
==============================================================================
--- head/shells/p5-Bash-Completion/Makefile	Fri Feb 28 01:49:19 2014	(r346423)
+++ head/shells/p5-Bash-Completion/Makefile	Fri Feb 28 01:58:07 2014	(r346424)
@@ -21,10 +21,4 @@ TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list