freebsd-ports/devel/rubygem-thread_safe/Makefile
Sunpoet Po-Chuan Hsieh 7de206f437 Update to 0.3.6
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/ruby-concurrency/thread_safe/commits/master
2017-02-23 16:48:24 +00:00

19 lines
345 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= thread_safe
PORTVERSION= 0.3.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Thread-safe collections and utilities for Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>