Hello,

I've locally added an option to www/nginx to add support for www/uwsgi.
I'm hardcoding uwsgi version in nginx makefile :

.if defined(WITH_HTTP_UWSGI_MODULE)
NGINX_UWSGI_MODULE_VERSION=     0.9.5.3
MASTER_SITES+=  http://projects.unbit.it/downloads/:uwsgi
DISTFILES+=     uwsgi-${NGINX_UWSGI_MODULE_VERSION}.tar.gz:zip
CONFIGURE_ARGS+=--add-module=${WRKDIR}/uwsgi-${NGINX_UWSGI_MODULE_VERSION}/nginx
.endif

Is there any proper way to retrieve NGINX_UWSGI_MODULE_VERSION from
www/uwsgi Makefile please ?

Regards

Eric Masson

-- 
 Floriano veux détruire le ng , alors pour quoi ne pas le résusiter
 juste après sa destruction je m'explique il ne veux plus de ce groupe
 ben ont en recrée un nouveau du même nom
 -+- L in GNU - Neuneu fait des miracles -+-
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to