freebsd-ports/devel/rubygem-bson/Makefile
2016-04-28 19:05:35 +00:00

18 lines
339 B
Makefile

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= bson
PORTVERSION= 4.1.1
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>