forked from Lainports/freebsd-ports
- Add LICENSE - Update WWW Changes: https://github.com/rgrove/sanitize/blob/master/HISTORY.md
22 lines
517 B
Makefile
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>
|