mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= parallel
|
|
PORTVERSION= 1.25.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>
|