Files
bsdports/ruby/rubygem-concurrent-ruby/Makefile
2019-12-26 07:26:06 +00:00

17 lines
324 B
Makefile

# $FreeBSD: head/devel/rubygem-concurrent-ruby/Makefile 495488 2019-03-12 18:10:24Z sunpoet $
PORTNAME= concurrent-ruby
PORTVERSION= 1.1.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern concurrency tools for Ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>