From 43c268d26a99f12b5b2e0e8ca41af6adcd7bc0fb Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Jan 2015 17:56:20 +0000 Subject: [PATCH] - Fix BUILD_DEPENDS: ExtUtils::CBuilder 0.27+ is already in all supported Perl releases With hat: perl --- devel/p5-Data-Util/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/p5-Data-Util/Makefile b/devel/p5-Data-Util/Makefile index 9e18b39fadcd..6e2279beeccd 100644 --- a/devel/p5-Data-Util/Makefile +++ b/devel/p5-Data-Util/Makefile @@ -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