mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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.
This commit is contained in:
parent
d5154081d2
commit
a14cff4b8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412416
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user