Date: Sat, 12 Dec 2015 18:58:00 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403628 - head/devel/p5-Data-Serializer Message-ID: <201512121858.tBCIw0lN095745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Dec 12 18:58:00 2015 New Revision: 403628 URL: https://svnweb.freebsd.org/changeset/ports/403628 Log: 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. Modified: head/devel/p5-Data-Serializer/Makefile Modified: head/devel/p5-Data-Serializer/Makefile ============================================================================== --- head/devel/p5-Data-Serializer/Makefile Sat Dec 12 18:51:42 2015 (r403627) +++ head/devel/p5-Data-Serializer/Makefile Sat Dec 12 18:58:00 2015 (r403628) @@ -16,6 +16,6 @@ LICENSE_COMB= dual NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512121858.tBCIw0lN095745>