svn commit: r412416 - head/devel/p5-Moo

Adam Weinberger adamw at FreeBSD.org
Sat Apr 2 16:22:49 UTC 2016


Author: adamw
Date: Sat Apr  2 16:22:48 2016
New Revision: 412416
URL: https://svnweb.freebsd.org/changeset/ports/412416

Log:
  Only pull in p5-Scalar-List-Utils if the XS option is turned on, as it was
  before r412231. PORTREVISION bump for default dependency change.

Modified:
  head/devel/p5-Moo/Makefile

Modified: head/devel/p5-Moo/Makefile
==============================================================================
--- head/devel/p5-Moo/Makefile	Sat Apr  2 16:18:07 2016	(r412415)
+++ head/devel/p5-Moo/Makefile	Sat Apr  2 16:22:48 2016	(r412416)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Moo
 PORTVERSION=	2.001001
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:HAARG
@@ -33,7 +33,7 @@ XS_RUN_DEPENDS=		${XS_BUILD_DEPENDS}
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 502200
+.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS}
 BUILD_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
 .endif


More information about the svn-ports-all mailing list