aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sanitize/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-02 17:14:09 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-02 17:14:09 +0000
commitfb3a2d1c705a5bbc400f0c0a877b0e7d14eb9b84 (patch)
tree875a92c3d1ccfd3dc9a550f4ba8cc8497075a17f /textproc/rubygem-sanitize/Makefile
parentdf9b21a0b1ce4ffb93a4d472a6670c2c342a1731 (diff)
downloadports-fb3a2d1c705a5bbc400f0c0a877b0e7d14eb9b84.tar.gz
ports-fb3a2d1c705a5bbc400f0c0a877b0e7d14eb9b84.zip
Notes
Diffstat (limited to 'textproc/rubygem-sanitize/Makefile')
-rw-r--r--textproc/rubygem-sanitize/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/rubygem-sanitize/Makefile b/textproc/rubygem-sanitize/Makefile
new file mode 100644
index 000000000000..f00b583621f1
--- /dev/null
+++ b/textproc/rubygem-sanitize/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: rubygem-sanitize
+# Date created: 26 June 2011
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sanitize
+PORTVERSION= 2.0.2
+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>