diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-15 02:53:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-15 02:53:10 +0800 |
commit | 49557cdb57423be3237ee793e9df1549b73c46a0 (patch) | |
tree | 024739763d40abc931335de4ff271d651989f3e5 /www/Makefile | |
parent | 029d06a654d4ef3e8c1a9d9333012846f994324f (diff) | |
download | freebsd-ports-gnome-49557cdb57423be3237ee793e9df1549b73c46a0.tar.gz freebsd-ports-gnome-49557cdb57423be3237ee793e9df1549b73c46a0.tar.zst freebsd-ports-gnome-49557cdb57423be3237ee793e9df1549b73c46a0.zip |
Simple, elegant HTML, XHTML and XML generation.
WWW: http://pypi.python.org/pypi/html
PR: 210735
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3df544c62051..2c919c028dfc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1618,6 +1618,7 @@ SUBDIR += py-graphite-web SUBDIR += py-grequests SUBDIR += py-gunicorn + SUBDIR += py-html SUBDIR += py-html5lib SUBDIR += py-http-parser SUBDIR += py-httplib2 |