mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
24 lines
387 B
Makefile
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>
|