1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/rubygem-sanitize20/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

24 lines
387 B
Makefile

# $FreeBSD$
PORTNAME= sanitize
PORTVERSION= 2.0.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 20
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Whitelist based HTML sanitizer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri
PORTSCOUT= limit:^2\.0
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>