a047edc378
Changes: https://github.com/rails/rails-html-sanitizer/releases Security: 81946ace-6961-4488-a164-22d58ebc8d66 MFH: 2018Q1
19 lines
332 B
Makefile
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>
|