mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
324 B
Makefile
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>
|