opnsense-ports/sysutils/rubygem-parallel/Makefile
Franco Fichtner 38c2535179 */*: sync with upstream
Taken from: FreeBSD
2023-12-27 08:21:45 +01:00

17 lines
317 B
Makefile

PORTNAME= parallel
PORTVERSION= 1.24.0
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>