summaryrefslogtreecommitdiff
path: root/misc/ruby-parallel/Makefile
blob: 38587028bd9203d9a078c754571665a700646c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.4 2014/06/01 16:16:25 tsutsui Exp $
#

DISTNAME=	parallel-1.0.0
CATEGORIES=	misc

MAINTAINER=	tsutsui@NetBSD.org
HOMEPAGE=	https://github.com/grosser/parallel
COMMENT=	Run any kind of code in parallel processes
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"