freebsd-ports/devel/rubygem-mongo/Makefile
2017-07-25 16:22:32 +00:00

23 lines
415 B
Makefile

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= mongo
PORTVERSION= 2.4.3
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>=${PORTVERSION}:devel/rubygem-bson
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/mongo_console
.include <bsd.port.mk>