freebsd-ports/devel/rubygem-bson1/Makefile

24 lines
423 B
Makefile
Raw Normal View History

# Created by: Evan Sarmiento <bsdports@wayfair.com>
# $FreeBSD$
PORTNAME= bson
PORTVERSION= 1.12.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= ruby@FreeBSD.org
COMMENT= Full featured BSON specification implementation in Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
2014-09-21 03:32:20 +02:00
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>