diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 21:30:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 21:30:59 +0000 |
commit | 3e6088453c13a4177b61cc4956ad1e2ffd0970bf (patch) | |
tree | 89f44bcbbe1fad063d33f4a7f4693f85575c1c6f /www | |
parent | e5f064e5d3bf52e4b8a9d321afd25cdb95d2eeba (diff) | |
download | pkgsrc-3e6088453c13a4177b61cc4956ad1e2ffd0970bf.tar.gz |
+ py-beautifulsoup4
Diffstat (limited to 'www')
-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 |