mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
17 lines
333 B
Makefile
17 lines
333 B
Makefile
PORTNAME= bson
|
|
PORTVERSION= 5.0.2
|
|
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>
|