mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
17 lines
426 B
Makefile
17 lines
426 B
Makefile
PORTNAME= concurrent-ruby-ext
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= C extensions to optimize the concurrent-ruby
|
|
WWW= https://github.com/ruby-concurrency/concurrent-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-concurrent-ruby
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|