ports/devel/rubygem-concurrent-ruby-ext/Makefile
Sunpoet Po-Chuan Hsieh f2a0385511 Add rubygem-concurrent-ruby-ext 1.0.5
Potential performance improvements may be achieved under MRI by installing
optional C extensions. To minimize installation errors the C extensions are
available in the concurrent-ruby-ext extension gem. concurrent-ruby and
concurrent-ruby-ext are always released together with same version.

The concurrent-ruby gem will automatically detect the presence of the
concurrent-ruby-ext gem and load the appropriate C extensions.

WWW: https://github.com/ruby-concurrency/concurrent-ruby
2017-06-23 21:17:17 +00:00

20 lines
428 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= concurrent-ruby-ext
PORTVERSION= 1.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C extensions to optimize the concurrent-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=${PORTVERSION}:devel/rubygem-concurrent-ruby
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>