19 lines
416 B
Makefile
19 lines
416 B
Makefile
PORTNAME= concurrent-ruby-edge
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bleeding edge features for concurrent-ruby
|
|
WWW= https://github.com/ruby-concurrency/concurrent-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=1.2.0<1.3:devel/rubygem-concurrent-ruby
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|