1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/rubygem-mongo/Makefile
Sunpoet Po-Chuan Hsieh 79daa04885 - Update to 1.9.2
- Add LICENSE
- Update COMMENT

Changes:	https://github.com/mongodb/mongo-ruby-driver/releases
2014-02-24 14:19:07 +00:00

23 lines
403 B
Makefile

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