23 lines
407 B
Makefile
23 lines
407 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thread_safe
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Thread-safe collections and utilities for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-atomic>=0:devel/rubygem-atomic
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^0\.1
|
|
|
|
.include <bsd.port.mk>
|