aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bson/Makefile
blob: 1e34a071bdbbfae40cae1a73f637807490afeb2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	bson
PORTVERSION=	4.15.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Full featured BSON specification implementation in Ruby

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe gem
USE_RUBY=	yes

CPE_VENDOR=	bson_project

.include <bsd.port.mk>