diff options
author | swills <swills@FreeBSD.org> | 2013-06-10 05:38:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-10 05:38:59 +0800 |
commit | 56d5a2c98dd07094c170a8f680649d76c1a87165 (patch) | |
tree | 9a54ac8f0f4280b5ffec5ac26c96ed1d7dc3bd29 /textproc/Makefile | |
parent | b5eb893eb1bab86b2b3188fc592b8bba859313f4 (diff) | |
download | freebsd-ports-gnome-56d5a2c98dd07094c170a8f680649d76c1a87165.tar.gz freebsd-ports-gnome-56d5a2c98dd07094c170a8f680649d76c1a87165.tar.zst freebsd-ports-gnome-56d5a2c98dd07094c170a8f680649d76c1a87165.zip |
Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.
WWW: http://github.com/rgrove/jsmin/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 364209b74f58..79a093379d95 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1293,6 +1293,7 @@ SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-itextomml + SUBDIR += rubygem-jsmin SUBDIR += rubygem-kramdown SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby |