opnsense-ports/devel/rubygem-thread_safe1/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

22 lines
395 B
Makefile

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