aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-thread_safe/Makefile
blob: f696f19819b3bcc9f1fe3f8dcf44652fd17923ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=   thread_safe
PORTVERSION=    0.3.5
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Thread-safe collections and utilities for Ruby

LICENSE=    APACHE20

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>