diff options
author | wen <wen@FreeBSD.org> | 2019-09-12 10:36:26 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2019-09-12 10:36:26 +0800 |
commit | 913a00f4612a67867913ae421557f5f80c71579a (patch) | |
tree | 06d4e2f56577e92096033f005f794111b5b7caf5 /www/Makefile | |
parent | 68e32c6adb02417f6526c114677b630152fe8673 (diff) | |
download | freebsd-ports-gnome-913a00f4612a67867913ae421557f5f80c71579a.tar.gz freebsd-ports-gnome-913a00f4612a67867913ae421557f5f80c71579a.tar.zst freebsd-ports-gnome-913a00f4612a67867913ae421557f5f80c71579a.zip |
ASGI is a standard for Python asynchronous web apps and servers to
communicate with each other, and positioned as an asynchronous
successor to WSGI.
WWW: https://github.com/django/asgiref/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9cbaf202e0bb..0288ff431d30 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1445,6 +1445,7 @@ SUBDIR += py-amf SUBDIR += py-apachelog SUBDIR += py-arxiv + SUBDIR += py-asgiref SUBDIR += py-autobahn SUBDIR += py-aws-requests-auth SUBDIR += py-azure-common |