26 lines
451 B
Makefile
26 lines
451 B
Makefile
# Created by: Evan Sarmiento <bsdports@wayfair.com>
|
|
|
|
PORTNAME= mongo
|
|
PORTVERSION= 2.17.1
|
|
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
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/spec/support/ocsp
|
|
|
|
.include <bsd.port.mk>
|