Date: Sat, 2 Apr 2016 16:22:48 +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: r412416 - head/devel/p5-Moo Message-ID: <201604021622.u32GMmr1051609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021622.u32GMmr1051609>