freebsd-ports/devel/rubygem-mongo/Makefile
2021-04-06 16:31:07 +02:00

23 lines
402 B
Makefile

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