2015-10-09 15:20:01 +02:00
|
|
|
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= concurrent-ruby-edge
|
2016-05-07 02:16:42 +02:00
|
|
|
PORTVERSION= 0.2.2
|
2015-10-09 15:20:01 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2016-01-01 18:05:54 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2015-10-09 15:20:01 +02:00
|
|
|
COMMENT= Bleeding edge features for concurrent-ruby
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2016-05-07 02:16:42 +02:00
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2:devel/rubygem-concurrent-ruby
|
2015-10-09 15:20:01 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-10-09 15:20:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|