opnsense-ports/sysutils/rubygem-parallel/Makefile
Franco Fichtner 96e3a232f6 */*: sync with upstream
Taken from: HardenedBSD
2017-07-26 04:49:57 +02:00

18 lines
320 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 1.12.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Run any kind of code in parallel processes
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>