diff options
author | imil <imil@pkgsrc.org> | 2014-05-08 09:06:50 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-05-08 09:06:50 +0000 |
commit | c707a84ee3710703def65f94a58558b53de74a28 (patch) | |
tree | 51127763bcf2dabc7067a05f4d10e2a9ad385e52 | |
parent | 27bb37854d8c7a674751d276a8f6f3454b5489e5 (diff) | |
download | pkgsrc-c707a84ee3710703def65f94a58558b53de74a28.tar.gz |
add & enable py-gunicorn
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 0de08c76a27..a0f5576a38b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1031 2014/05/03 02:36:16 rodent Exp $ +# $NetBSD: Makefile,v 1.1032 2014/05/08 09:06:50 imil Exp $ # COMMENT= Packages related to the World Wide Web @@ -625,6 +625,7 @@ SUBDIR+= py-flup SUBDIR+= py-flup3 SUBDIR+= py-gdata SUBDIR+= py-genshi +SUBDIR+= py-gunicorn SUBDIR+= py-http-parser SUBDIR+= py-httplib2 SUBDIR+= py-jonpy |