opnsense-ports/sysutils/rubygem-parallel/Makefile
Franco Fichtner 927b4bd55a */*: sync with upstream
Taken from: HardenedBSD
2017-12-17 10:15:27 +01:00

18 lines
320 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 1.12.1
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>