opnsense-ports/devel/rubygem-concurrent-ruby/Makefile
Franco Fichtner 76d6964363 */*: sync with upstream
Taken from: FreeBSD
2016-03-05 22:24:10 +01:00

19 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= concurrent-ruby
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Modern concurrency tools for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>