svn commit: r346403 - head/devel/p5-Data-Validator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 23:05:37 UTC 2014


Author: sunpoet
Date: Thu Feb 27 23:05:37 2014
New Revision: 346403
URL: http://svnweb.freebsd.org/changeset/ports/346403
QAT: https://qat.redports.org/buildarchive/r346403/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Data-Validator/Makefile

Modified: head/devel/p5-Data-Validator/Makefile
==============================================================================
--- head/devel/p5-Data-Validator/Makefile	Thu Feb 27 22:55:27 2014	(r346402)
+++ head/devel/p5-Data-Validator/Makefile	Thu Feb 27 23:05:37 2014	(r346403)
@@ -21,11 +21,4 @@ TEST_DEPENDS=	p5-Moose>=0:${PORTSDIR}/de
 USE_PERL5=	modbuild
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
-RUN_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list