aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-parallel/Makefile
blob: af24b6f0195210e68964d42ed808987ad2e1f1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	parallel
PORTVERSION=	1.22.1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Run any kind of code in parallel processes
WWW=		https://github.com/grosser/parallel

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>