Files
bsdports/rails5/rubygem-rails-html-sanitizer/Makefile
2019-12-26 07:26:06 +00:00

19 lines
406 B
Makefile

# $FreeBSD: head/textproc/rubygem-rails-html-sanitizer/Makefile 515057 2019-10-20 17:21:26Z sunpoet $
PORTNAME= rails-html-sanitizer
PORTVERSION= 1.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sanitize HTML fragments in Rails applications
RUN_DEPENDS= rubygem-loofah>=2.3:ruby/rubygem-loofah
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>