A Ruby driver for MongoDB.

WWW: https://github.com/mongodb/mongo-ruby-driver

PR:		ports/165368
Submitted by:	Evan Sarmiento <bsdports@wayfair.com>
This commit is contained in:
Philip M. Gollucci 2012-02-21 20:02:00 +00:00
parent 4039c3f17a
commit a743f1f7e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292015
4 changed files with 29 additions and 0 deletions

View File

@ -3700,6 +3700,7 @@
SUBDIR += rubygem-mkrf
SUBDIR += rubygem-mocha
SUBDIR += rubygem-moneta
SUBDIR += rubygem-mongo
SUBDIR += rubygem-msgpack
SUBDIR += rubygem-multi_json
SUBDIR += rubygem-mutter

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-mongo
# Date created: 18 Feburary 2012
# Whom: Evan Sarmiento <bsdports@wayfair.com>
#
# $FreeBSD$
#
PORTNAME= mongo
PORTVERSION= 1.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for mongo
RUN_DEPENDS= rubygem-bson>=1.5.2:${PORTSDIR}/databases/rubygem-bson
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/mongo_console
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/mongo-1.5.2.gem) = 11f7ccd2252274d104ce500a2348c6a4dfb422980478e97a44cbfb4f919c9b98
SIZE (rubygem/mongo-1.5.2.gem) = 129536

View File

@ -0,0 +1,3 @@
A Ruby driver for MongoDB.
WWW: https://github.com/mongodb/mongo-ruby-driver