svn commit: r376483 - head/devel/p5-Data-Util

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 17:56:21 UTC 2015


Author: sunpoet
Date: Wed Jan  7 17:56:20 2015
New Revision: 376483
URL: https://svnweb.freebsd.org/changeset/ports/376483
QAT: https://qat.redports.org/buildarchive/r376483/

Log:
  - Fix BUILD_DEPENDS: ExtUtils::CBuilder 0.27+ is already in all supported Perl releases
  
  With hat:	perl

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

Modified: head/devel/p5-Data-Util/Makefile
==============================================================================
--- head/devel/p5-Data-Util/Makefile	Wed Jan  7 17:56:15 2015	(r376482)
+++ head/devel/p5-Data-Util/Makefile	Wed Jan  7 17:56:20 2015	(r376483)
@@ -16,8 +16,7 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	\
 	p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
 	p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat
-BUILD_DEPENDS:=	${RUN_DEPENDS} \
-	p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 	p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard
 


More information about the svn-ports-all mailing list