aboutsummaryrefslogtreecommitdiff
path: root/www/uwsgi
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-03-03 12:50:54 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-03-03 12:50:54 +0000
commit138308b253f508ea159a709e569de96ed8694140 (patch)
treeca070b63edf3964c0aa35eae2ce15224ac2a7e93 /www/uwsgi
parent4704d148bf40b5294b80873e7437235e905eef22 (diff)
downloadports-138308b253f508ea159a709e569de96ed8694140.tar.gz
ports-138308b253f508ea159a709e569de96ed8694140.zip
www/uwsgi: add USES=perl5 if PSGI option is selected
PR: 229771 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Reported by: Mike Andrews <mandrews@bit0.com> Approved by: eugene@zhegan.in (maintainer timeout)
Notes
Notes: svn path=/head/; revision=494507
Diffstat (limited to 'www/uwsgi')
-rw-r--r--www/uwsgi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile
index c73edabd3ae0..dd85fae12fa5 100644
--- a/www/uwsgi/Makefile
+++ b/www/uwsgi/Makefile
@@ -48,6 +48,8 @@ JSON_LIB_DEPENDS= libjansson.so:devel/jansson
PCRE_VARS= BUILDCONF_PCRE=true
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
+PSGI_USES= perl5
+
XML_VARS= BUILDCONF_XML=libxml2
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2