05e95d1a6b
PR: ports/162000 Submitted by: clsung Approved by: maintainer (Eric) Feature safe: yes
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# Ports collection makefile for: rubygem-sanitize
|
|
# Date created: 26 June 2011
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sanitize
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Whitelist based HTML sanitizer
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|