svn commit: r403628 - head/devel/p5-Data-Serializer

Adam Weinberger adamw at FreeBSD.org
Sat Dec 12 18:58:01 UTC 2015


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>


More information about the svn-ports-head mailing list