22 lines
419 B
Makefile
22 lines
419 B
Makefile
# New ports collection makefile for: rubygem-bson
|
|
# Date created: 18 Feburary 2012
|
|
# Whom: Evan Sarmiento <bsdports@wayfair.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bson
|
|
PORTVERSION= 1.6.4
|
|
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>
|