ports/sysutils/rubygem-parallel/Makefile
Matthias Fechner 8dbb22ed68 sysutils/rubygem-parallel: update to 1.26.3
Required by gitlab 17.9

Changes:	https://github.com/grosser/parallel/commits/master
PR:		285026
Approved by:	sunpoet (maintainer)
2025-03-01 05:53:46 +02:00

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>