mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
79daa04885
- Add LICENSE - Update COMMENT Changes: https://github.com/mongodb/mongo-ruby-driver/releases
23 lines
403 B
Makefile
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>
|