ports/devel/rubygem-thread_safe/Makefile
2021-04-06 16:31:07 +02:00

18 lines
333 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
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>