mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
20 lines
368 B
Makefile
20 lines
368 B
Makefile
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>
|