freebsd-ports/textproc/rubygem-sanitize/Makefile
2022-01-26 11:43:00 +01:00

23 lines
471 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= sanitize
PORTVERSION= 6.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Whitelist based HTML sanitizer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
rubygem-nokogiri>=1.12.0:textproc/rubygem-nokogiri
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>