mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD:ruby/Makefile 434954 2017-02-27 14:15:08Z sunpoet $
|
|
|
|
PORTNAME= concurrent-ruby
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Modern concurrency tools for Ruby
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|