svn commit: r494507 - head/www/uwsgi

Kurt Jaeger pi at FreeBSD.org
Sun Mar 3 12:50:55 UTC 2019


Author: pi
Date: Sun Mar  3 12:50:54 2019
New Revision: 494507
URL: https://svnweb.freebsd.org/changeset/ports/494507

Log:
  www/uwsgi: add USES=perl5 if PSGI option is selected
  
  PR:		229771
  Submitted by:	Lorenzo Salvadore <phascolarctos at protonmail.ch>
  Reported by:	Mike Andrews <mandrews at bit0.com>
  Approved by:	eugene at zhegan.in (maintainer timeout)

Modified:
  head/www/uwsgi/Makefile

Modified: head/www/uwsgi/Makefile
==============================================================================
--- head/www/uwsgi/Makefile	Sun Mar  3 12:36:49 2019	(r494506)
+++ head/www/uwsgi/Makefile	Sun Mar  3 12:50:54 2019	(r494507)
@@ -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
 


More information about the svn-ports-all mailing list