aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rails-html-sanitizer
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:16:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 22:23:47 +0000
commit9995151644c8b3c9ea282b505ea14833879e836f (patch)
treee899affe41dbaa58e11be15ee4f66f5d2157e010 /textproc/rubygem-rails-html-sanitizer
parent40214750ce94cbefbdb4aebca53e91213d88f18a (diff)
downloadports-9995151644c8b3c9ea282b505ea14833879e836f.tar.gz
ports-9995151644c8b3c9ea282b505ea14833879e836f.zip
textproc/rubygem-rails-html-sanitizer: Add USES=cpe
Diffstat (limited to 'textproc/rubygem-rails-html-sanitizer')
-rw-r--r--textproc/rubygem-rails-html-sanitizer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-rails-html-sanitizer/Makefile b/textproc/rubygem-rails-html-sanitizer/Makefile
index 06e3f7d5d7d6..507a174f13df 100644
--- a/textproc/rubygem-rails-html-sanitizer/Makefile
+++ b/textproc/rubygem-rails-html-sanitizer/Makefile
@@ -11,9 +11,12 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-loofah>=2.3<3:textproc/rubygem-loofah
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= rubyonrails
+CPE_PRODUCT= html_sanitizer
+
.include <bsd.port.mk>