summaryrefslogtreecommitdiff
path: root/devel/rubygem-concurrent-ruby-ext/Makefile
blob: 2b8fb55c4409ef2334443cee8554aad464c3e220 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	concurrent-ruby-ext
PORTVERSION=	1.1.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.md

RUN_DEPENDS=	rubygem-concurrent-ruby>=${PORTVERSION}:devel/rubygem-concurrent-ruby

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>