freebsd-ports/devel/rubygem-mongo/Makefile
2013-07-13 16:03:22 +00:00

19 lines
382 B
Makefile

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 1.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for mongo
RUN_DEPENDS= rubygem-bson>=1.9.1:${PORTSDIR}/devel/rubygem-bson
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/mongo_console
.include <bsd.port.mk>