mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
19 lines
412 B
Makefile
19 lines
412 B
Makefile
PORTNAME= concurrent-ruby-edge
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bleeding edge features for concurrent-ruby
|
|
WWW= https://github.com/ruby-concurrency/concurrent-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=1.3<2:devel/rubygem-concurrent-ruby
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|