Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison Makefile @ 168:df2620ce614c origin
Update to latest snapshot of 2.0.21 as of 2024-01-16
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Jan 2024 22:10:04 +0100 |
| parents | 4443158ec41b |
| children | 72804fc47f7c |
comparison
equal
deleted
inserted
replaced
| 136:4443158ec41b | 168:df2620ce614c |
|---|---|
| 1 PORTNAME= uwsgi | 1 PORTNAME= uwsgi |
| 2 PORTVERSION= 2.0.20 | 2 PORTVERSION= 2.0.21 |
| 3 CATEGORIES= www python | 3 CATEGORIES= www python |
| 4 MASTER_SITES= http://projects.unbit.it/downloads/ | 4 PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} |
| 5 | 5 |
| 6 MAINTAINER= eugene@zhegan.in | 6 MAINTAINER= amdmi3@FreeBSD.org |
| 7 COMMENT= Developer-friendly WSGI server which uses uwsgi protocol | 7 COMMENT= Developer-friendly WSGI server which uses uwsgi protocol |
| 8 WWW= https://projects.unbit.it/uwsgi/ | 8 WWW= https://projects.unbit.it/uwsgi/ |
| 9 | 9 |
| 10 LICENSE= GPLv2 | 10 LICENSE= GPLv2 |
| 11 LICENSE_FILE= ${WRKSRC}/LICENSE | 11 LICENSE_FILE= ${WRKSRC}/LICENSE |
| 12 | 12 |
| 13 USES= cpe pkgconfig python:3.6-3.10 | 13 USES= cpe pkgconfig python |
| 14 USE_PYTHON= distutils concurrent optsuffix | 14 USE_GITHUB= yes |
| 15 GH_ACCOUNT= unbit | |
| 16 USE_PYTHON= distutils concurrent | |
| 15 USE_RC_SUBR= uwsgi | 17 USE_RC_SUBR= uwsgi |
| 16 CPE_VENDOR= unbit | 18 CPE_VENDOR= unbit |
| 17 | 19 |
| 18 MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi | 20 MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi |
| 19 | 21 |
