forked from Lainports/freebsd-ports
Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java and classic concurrency patterns. WWW: https://github.com/ruby-concurrency/concurrent-ruby
20 lines
320 B
Makefile
20 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= concurrent-ruby
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mmoll@FreeBSD.org
|
|
COMMENT= Modern concurrency tools for Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|