aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-htmlentities/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:13:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-13 22:13:24 +0000
commit8f1a58689c59e29cc804f3e70a73a21befc3c258 (patch)
treec44814454ae6f251bd89efbd0db39294a7458016 /textproc/rubygem-htmlentities/Makefile
parentdae4d18e6ce120d66a48f80d45fd23a974a362d4 (diff)
downloadports-8f1a58689c59e29cc804f3e70a73a21befc3c258.tar.gz
ports-8f1a58689c59e29cc804f3e70a73a21befc3c258.zip
Notes
Diffstat (limited to 'textproc/rubygem-htmlentities/Makefile')
-rw-r--r--textproc/rubygem-htmlentities/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-htmlentities/Makefile b/textproc/rubygem-htmlentities/Makefile
new file mode 100644
index 000000000000..4e7219128a41
--- /dev/null
+++ b/textproc/rubygem-htmlentities/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-htmlentities
+# Date created: 2009-07-13
+# Whom: TERAMOTO Masahiro <markun@onohara.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= htmlentities
+PORTVERSION= 4.0.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RF
+
+MAINTAINER= markun@onohara.to
+COMMENT= HTML entity encoding and decoding for Ruby
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>