diff options
author | demon <demon@FreeBSD.org> | 2016-03-01 22:29:34 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2016-03-01 22:29:34 +0800 |
commit | 1abd4fd0e284b9ef680aab140b3f1fa610e6234d (patch) | |
tree | c235d4d15f99c29b7abe9af6e809d70eb0fcaef4 /www/Makefile | |
parent | b998e28eb601fd64a18bb7082869aef01f10a14e (diff) | |
download | freebsd-ports-gnome-1abd4fd0e284b9ef680aab140b3f1fa610e6234d.tar.gz freebsd-ports-gnome-1abd4fd0e284b9ef680aab140b3f1fa610e6234d.tar.zst freebsd-ports-gnome-1abd4fd0e284b9ef680aab140b3f1fa610e6234d.zip |
New port: py-django-htmlmin
django-html is an HTML minifier for Python, with full support for HTML 5.
It supports Django, Flask and many other Python web frameworks. It also
provides a command line tool, that can be used for static websites or
deployment scripts.
WWW: https://pypi.python.org/pypi/django-htmlmin
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 d85073034c5a..a8b78718ca89 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1540,6 +1540,7 @@ SUBDIR += py-django-formtools SUBDIR += py-django-happenings SUBDIR += py-django-haystack + SUBDIR += py-django-htmlmin SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache SUBDIR += py-django-ldapdb |