aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bson/Makefile
blob: 243dec08b688eba3254a1c6aa00294457c9f82bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$

PORTNAME=   bson
PORTVERSION=    4.1.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

USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>