# New ports collection makefile for:	rubygem-bson
# Date created:		18 Feburary 2012
# Whom:			Evan Sarmiento <bsdports@wayfair.com>
#
# $FreeBSD: ports/devel/rubygem-bson/Makefile,v 1.1 2012/02/21 16:05:19 pgollucci Exp $
#

PORTNAME=       bson
PORTVERSION=	1.5.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library for bson

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES+= bin/b2json \
	      bin/j2bson

.include <bsd.port.mk>
