freebsd-ports/devel/rubygem-concurrent-ruby-edge/Makefile
Michael Moll 95934cf1a3 new port: devel/rubygem-concurrent-ruby-edge
Contains features for concurrent-ruby that are under active development
and may change with future versions.

WWW: https://github.com/ruby-concurrency/concurrent-ruby
2015-10-09 13:20:01 +00:00

23 lines
472 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= concurrent-ruby-edge
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mmoll@FreeBSD.org
COMMENT= Bleeding edge features for concurrent-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=0.9.1:${PORTSDIR}/devel/rubygem-concurrent-ruby
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>