From 1218256fd3ab623684a46924c4d05997aa2bbbd6 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 12 Dec 2015 18:58:00 +0000 Subject: When I submitted bug #204667, which culot very nicely committed in r401929, I requested changing USE_PERL5=modbuild to configure. That winds up breaking building the port under perl > 5.20, where Module::Build was removed. Definitely a pointyhat to me for that one. I'm committing this under the "just fix it" policy. --- devel/p5-Data-Serializer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/p5-Data-Serializer/Makefile b/devel/p5-Data-Serializer/Makefile index c0ba27bfd2b8..e080197bc796 100644 --- a/devel/p5-Data-Serializer/Makefile +++ b/devel/p5-Data-Serializer/Makefile @@ -16,6 +16,6 @@ LICENSE_COMB= dual NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include -- cgit v1.2.3