svn commit: r343355 - head/devel/p5-Mouse

Andrej Zverev az at FreeBSD.org
Sat Feb 8 15:46:51 UTC 2014


Author: az
Date: Sat Feb  8 15:46:50 2014
New Revision: 343355
URL: http://svnweb.freebsd.org/changeset/ports/343355
QAT: https://qat.redports.org/buildarchive/r343355/

Log:
  Use the ports version of ExtUtils::ParseXS for correct xs->c translation
  under perl version < 5.16.
  
  Reported by:	Tim Bishop (perl@ maillist)

Modified:
  head/devel/p5-Mouse/Makefile

Modified: head/devel/p5-Mouse/Makefile
==============================================================================
--- head/devel/p5-Mouse/Makefile	Sat Feb  8 15:44:34 2014	(r343354)
+++ head/devel/p5-Mouse/Makefile	Sat Feb  8 15:46:50 2014	(r343355)
@@ -40,4 +40,8 @@ USE_PERL5=	modbuild
 BUILD_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
 .endif
 
+.if ${PERL_LEVEL} < 501600
+BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.16:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.endif
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list