diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:54:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:54:59 +0800 |
commit | 6dbf45a8e60739118f024baeb3c719974b995a22 (patch) | |
tree | c49a5070c17270e3220b3f84fdf4ab3d34a4f529 /textproc | |
parent | 8ded855450696d15995c4d1c381e3b285e6b2402 (diff) | |
download | freebsd-ports-gnome-6dbf45a8e60739118f024baeb3c719974b995a22.tar.gz freebsd-ports-gnome-6dbf45a8e60739118f024baeb3c719974b995a22.tar.zst freebsd-ports-gnome-6dbf45a8e60739118f024baeb3c719974b995a22.zip |
- Add LICENSE
- Add NO_ARCH
- Update WWW
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-rails-html-sanitizer/Makefile | 5 | ||||
-rw-r--r-- | textproc/rubygem-rails-html-sanitizer/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/rubygem-rails-html-sanitizer/Makefile b/textproc/rubygem-rails-html-sanitizer/Makefile index 4c0ae2885142..809bbc37e042 100644 --- a/textproc/rubygem-rails-html-sanitizer/Makefile +++ b/textproc/rubygem-rails-html-sanitizer/Makefile @@ -8,10 +8,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Sanitize HTML fragments in Rails applications +LICENSE= MIT + RUN_DEPENDS= rubygem-loofah>=2.0:${PORTSDIR}/textproc/rubygem-loofah +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/textproc/rubygem-rails-html-sanitizer/pkg-descr b/textproc/rubygem-rails-html-sanitizer/pkg-descr index 861522eb29d9..944553143d04 100644 --- a/textproc/rubygem-rails-html-sanitizer/pkg-descr +++ b/textproc/rubygem-rails-html-sanitizer/pkg-descr @@ -1,3 +1,3 @@ HTML sanitization for Rails applications -WWW: https://github.com/rafaelfranca/rails-html-sanitizer +WWW: https://github.com/rails/rails-html-sanitizer |