aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-mongo/Makefile
blob: 9b63300ed0daaf47276ffc54da18f95ac409a575 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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}/devel/rubygem-bson

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=    bin/mongo_console

.include <bsd.port.mk>