summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-21 16:05:19 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-21 16:05:19 +0000
commitb72023869c4a8eabf70d3b774eab251ef667969b (patch)
treed6c9ef4754883c3cdc73fb81b00ae7bd31a294a9 /devel
parent- Update to 0.53 (diff)
A Ruby BSON Implementation for MongoDB
WWW: http://www.mongodb.org/ PR: ports/165280 Submitted by: Evan Sarmiento <bsdports@wayfair.com>
Notes
Notes: svn path=/head/; revision=292007
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-bson/Makefile22
-rw-r--r--devel/rubygem-bson/distinfo2
-rw-r--r--devel/rubygem-bson/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d05cb33a398f..59956c271c5b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3615,6 +3615,7 @@
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-benelux
SUBDIR += rubygem-bioruby
+ SUBDIR += rubygem-bson
SUBDIR += rubygem-bugspots
SUBDIR += rubygem-builder
SUBDIR += rubygem-chronic
diff --git a/devel/rubygem-bson/Makefile b/devel/rubygem-bson/Makefile
new file mode 100644
index 000000000000..8dec2a8c2987
--- /dev/null
+++ b/devel/rubygem-bson/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rubygem-bson
+# Date created: 18 Feburary 2012
+# Whom: Evan Sarmiento <bsdports@wayfair.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bson
+PORTVERSION= 1.5.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby library for bson
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES+= bin/b2json \
+ bin/j2bson
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-bson/distinfo b/devel/rubygem-bson/distinfo
new file mode 100644
index 000000000000..02fa4835908c
--- /dev/null
+++ b/devel/rubygem-bson/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/bson-1.5.2.gem) = b63052e5b8a0a417db06ee857aedf3bfe7cee5361fe291b8d4f8463008f0270d
+SIZE (rubygem/bson-1.5.2.gem) = 28672
diff --git a/devel/rubygem-bson/pkg-descr b/devel/rubygem-bson/pkg-descr
new file mode 100644
index 000000000000..ffab98f4e84a
--- /dev/null
+++ b/devel/rubygem-bson/pkg-descr
@@ -0,0 +1,3 @@
+A Ruby BSON Implementation for MongoDB
+
+WWW: http://www.mongodb.org/