mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Required by gitlab 17.9 Changes: https://github.com/grosser/parallel/commits/master PR: 285026 Approved by: sunpoet (maintainer)
17 lines
317 B
Makefile
17 lines
317 B
Makefile
PORTNAME= parallel
|
|
PORTVERSION= 1.26.3
|
|
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>
|