1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

The default perl threads option changed.

Approved by:	with perl@ hat.
This commit is contained in:
Mathieu Arnold 2013-11-18 16:49:08 +00:00
parent 9ce72a972d
commit bb43811ef3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334225

View File

@ -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