mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
The default perl threads option changed.
Approved by: with perl@ hat.
This commit is contained in:
parent
9ce72a972d
commit
bb43811ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334225
@ -20,13 +20,15 @@ PLIST_FILES= bin/slowloris
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PERL_THREADS= no
|
||||
PERL_THREADS= yes
|
||||
|
||||
.if exists(${PERL})
|
||||
PERL_THREADS!= ${PERL} -V::usethreads
|
||||
.if ${PERL_THREADS} == "'define';"
|
||||
RUN_DEPENDS+= p5-threads-shared>=0:${PORTSDIR}/devel/p5-threads-shared
|
||||
PERL_THREADS= yes
|
||||
.else
|
||||
PERL_THREADS= no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user