freebsd-ports/devel/rubygem-mongo/Makefile
2019-07-07 19:15:53 +00:00

24 lines
413 B
Makefile

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