freebsd-ports/textproc/rubygem-rails-html-sanitizer/Makefile
Sunpoet Po-Chuan Hsieh a047edc378 Update to 1.0.4
Changes:	https://github.com/rails/rails-html-sanitizer/releases
Security:	81946ace-6961-4488-a164-22d58ebc8d66
MFH:		2018Q1
2018-03-24 21:11:55 +00:00

19 lines
332 B
Makefile

# $FreeBSD$
PORTNAME= rails-html-sanitizer
PORTVERSION= 1.0.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sanitize HTML fragments in Rails applications
LICENSE= MIT
RUN_DEPENDS= rubygem-loofah>=2.2.2:textproc/rubygem-loofah
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>