1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/rubygem-bson/Makefile
Sunpoet Po-Chuan Hsieh e097eb8037 Update to 4.10.0
- Update WWW

Changes:	https://github.com/mongodb/bson-ruby/releases
2020-07-24 07:51:37 +00:00

19 lines
340 B
Makefile

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= bson
PORTVERSION= 4.10.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
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>