forked from Lainports/freebsd-ports
- Regenerate patch file with makepatch: Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# Created by: Evan Sarmiento <bsdports@wayfair.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bson
|
|
PORTVERSION= 1.12.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Full featured BSON specification implementation in Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
.include <bsd.port.mk>
|