summaryrefslogtreecommitdiff
path: root/devel/rubygem-yajl-ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-yajl-ruby/Makefile')
-rw-r--r--devel/rubygem-yajl-ruby/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-yajl-ruby/Makefile b/devel/rubygem-yajl-ruby/Makefile
new file mode 100644
index 000000000000..bd325dbf7b92
--- /dev/null
+++ b/devel/rubygem-yajl-ruby/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-yajl-ruby
+# Date created: 2010-11-14
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yajl-ruby
+PORTVERSION= 0.7.8
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= A streaming JSON parsing and encoding library for Ruby
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>