|
Lines 1-7
Link Here
|
| 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= eugene@zhegan.in |
| 7 |
COMMENT= Developer-friendly WSGI server which uses uwsgi protocol |
7 |
COMMENT= Developer-friendly WSGI server which uses uwsgi protocol |
|
Lines 10-17
WWW= https://projects.unbit.it/uwsgi/
Link Here
|
| 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:3.6+ |
| 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 |
|