freebsd-ports/textproc/rubygem-sanitize/Makefile
Cheng-Lung Sung 05e95d1a6b - Update to 2.0.3
PR:		ports/162000
Submitted by:	clsung
Approved by:	maintainer (Eric)
Feature safe:	yes
2011-11-13 01:59:24 +00:00

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>