diff options
author | wiz <wiz> | 2012-06-03 21:30:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-03 21:30:59 +0000 |
commit | 92ea1deda2b24ca5078ad5f32d3020965e9d34cb (patch) | |
tree | 89f44bcbbe1fad063d33f4a7f4693f85575c1c6f | |
parent | 9def424b700b41a9c8a49857885a56c251b975bf (diff) | |
download | pkgsrc-92ea1deda2b24ca5078ad5f32d3020965e9d34cb.tar.gz |
+ py-beautifulsoup4
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9c7d956faf0..211609ef3bf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.884 2012/06/02 05:55:13 taca Exp $ +# $NetBSD: Makefile,v 1.885 2012/06/03 21:30:59 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -550,6 +550,7 @@ SUBDIR+= py-ClientForm SUBDIR+= py-HTMLgen SUBDIR+= py-PasteDeploy SUBDIR+= py-beautifulsoup +SUBDIR+= py-beautifulsoup4 SUBDIR+= py-blosxom SUBDIR+= py-cherrypy SUBDIR+= py-clearsilver |