Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2019 12:50:55 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494507 - head/www/uwsgi
Message-ID:  <201903031250.x23CotGU018479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@protonmail.ch>
  Reported by:	Mike Andrews <mandrews@bit0.com>
  Approved by:	eugene@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903031250.x23CotGU018479>