freebsd-ports/textproc/rubygem-rails-html-sanitizer/Makefile
Sunpoet Po-Chuan Hsieh cff563d888 Update to 1.2.0
- Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/rails/rails-html-sanitizer/releases
2019-08-10 22:51:32 +00:00

21 lines
374 B
Makefile

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