summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-16 19:04:16 +0000
committeradam <adam@pkgsrc.org>2017-07-16 19:04:16 +0000
commitcc2efed973ec1f0086625195407a743233ee24ee (patch)
treeed99b59f921ad9c37d9a45525389c9a5c528a185 /www/Makefile
parent584183419e2f500454d6b5d962f705798e6b9a01 (diff)
downloadpkgsrc-cc2efed973ec1f0086625195407a743233ee24ee.tar.gz
HTTP client/server for asyncio (PEP 3156).
Features: * Supports both Client and HTTP Server. * Supports both Server WebSockets and Client WebSockets out-of-the-box. * Web-server has Middlewares, Signals and pluggable routing.
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index c802ef81a5b..1f2bcae820c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1257 2017/07/16 09:41:18 adam Exp $
+# $NetBSD: Makefile,v 1.1258 2017/07/16 19:04:16 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -602,6 +602,7 @@ SUBDIR+= py-URLObject
SUBDIR+= py-WSGIProxy2
SUBDIR+= py-WebOb
SUBDIR+= py-WebTest
+SUBDIR+= py-aiohttp
SUBDIR+= py-asgiref
SUBDIR+= py-autobahn
SUBDIR+= py-beautifulsoup