17 lines
334 B
Makefile
17 lines
334 B
Makefile
PORTNAME= bson
|
|
PORTVERSION= 4.15.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Full featured BSON specification implementation in Ruby
|
|
WWW= https://github.com/mongodb/bson-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cpe gem
|
|
|
|
CPE_VENDOR= bson_project
|
|
|
|
.include <bsd.port.mk>
|