freebsd-ports/textproc/rubygem-sanitize/Makefile
Sunpoet Po-Chuan Hsieh fad6de40b0 - Update to 4.0.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/rgrove/sanitize/blob/master/HISTORY.md
2015-05-02 16:55:26 +00:00

22 lines
517 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sanitize
PORTVERSION= 4.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Whitelist based HTML sanitizer
LICENSE= MIT
RUN_DEPENDS= rubygem-crass>=1.0.2:${PORTSDIR}/www/rubygem-crass \
rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-nokogumbo=1.4.1:${PORTSDIR}/textproc/rubygem-nokogumbo
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>