opnsense-ports/sysutils/rubygem-parallel/Makefile
Franco Fichtner 8ed126f8d6 */*: sync with upstream
Taken from: HardenedBSD
2020-06-22 10:27:14 +02:00

20 lines
361 B
Makefile

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