diff options
author | imil <imil@pkgsrc.org> | 2014-07-16 08:57:44 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2014-07-16 08:57:44 +0000 |
commit | 85d134e4975f7028abb5bf0270622f352c93f723 (patch) | |
tree | ba139af2f5619e856c2ef905953b6d44ae4f472d | |
parent | d9e3c1d81899ead1f21e7bd04214da7c20c26de5 (diff) | |
download | pkgsrc-85d134e4975f7028abb5bf0270622f352c93f723.tar.gz |
add & enable py-httpie
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 16f7dd352fc..67bdd93d9aa 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1055 2014/07/05 19:45:57 rodent Exp $ +# $NetBSD: Makefile,v 1.1056 2014/07/16 08:57:44 imil Exp $ # COMMENT= Packages related to the World Wide Web @@ -594,6 +594,7 @@ SUBDIR+= py-gdata SUBDIR+= py-genshi SUBDIR+= py-gunicorn SUBDIR+= py-http-parser +SUBDIR+= py-httpie SUBDIR+= py-httplib2 SUBDIR+= py-jonpy SUBDIR+= py-mechanize |