Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 17:56:21 +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: r376483 - head/devel/p5-Data-Util
Message-ID:  <201501071756.t07HuLIK017452@svn.freebsd.org>

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



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