blob: 9ac96925485a77cba08a5da957738b25d012da77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= concurrent-ruby
PORTVERSION= 1.1.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 11
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern concurrency tools for Ruby
WWW= https://github.com/ruby-concurrency/concurrent-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.1\.
.include <bsd.port.mk>
|