From ead7e6753883be8fbfb44bdf91a51b9b1205df96 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 21 Feb 2012 20:02:00 +0000 Subject: A Ruby driver for MongoDB. WWW: https://github.com/mongodb/mongo-ruby-driver PR: ports/165368 Submitted by: Evan Sarmiento --- devel/Makefile | 1 + devel/rubygem-mongo/Makefile | 23 +++++++++++++++++++++++ devel/rubygem-mongo/distinfo | 2 ++ devel/rubygem-mongo/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 devel/rubygem-mongo/Makefile create mode 100644 devel/rubygem-mongo/distinfo create mode 100644 devel/rubygem-mongo/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 59956c271c5b..b18a4793b8c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-mongo/Makefile b/devel/rubygem-mongo/Makefile new file mode 100644 index 000000000000..9a31fe19cd26 --- /dev/null +++ b/devel/rubygem-mongo/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: rubygem-mongo +# Date created: 18 Feburary 2012 +# Whom: Evan Sarmiento +# +# $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 diff --git a/devel/rubygem-mongo/distinfo b/devel/rubygem-mongo/distinfo new file mode 100644 index 000000000000..1920d2928296 --- /dev/null +++ b/devel/rubygem-mongo/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/mongo-1.5.2.gem) = 11f7ccd2252274d104ce500a2348c6a4dfb422980478e97a44cbfb4f919c9b98 +SIZE (rubygem/mongo-1.5.2.gem) = 129536 diff --git a/devel/rubygem-mongo/pkg-descr b/devel/rubygem-mongo/pkg-descr new file mode 100644 index 000000000000..8c20f3cac080 --- /dev/null +++ b/devel/rubygem-mongo/pkg-descr @@ -0,0 +1,3 @@ +A Ruby driver for MongoDB. + +WWW: https://github.com/mongodb/mongo-ruby-driver -- cgit