Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 23:05:37 +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: r346403 - head/devel/p5-Data-Validator
Message-ID:  <201402272305.s1RN5bj5031801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402272305.s1RN5bj5031801>