19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: Evan Sarmiento <bsdports@wayfair.com>
|
|
|
|
PORTNAME= bson
|
|
PORTVERSION= 4.12.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
|
|
|
|
USES= cpe gem
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|