ports/sysutils/rubygem-parallel/Makefile
Sunpoet Po-Chuan Hsieh 741754d477 Update to 1.13.0
- Add LICENSE_FILE

Changes:	https://github.com/grosser/parallel/commits/master
2019-01-17 19:22:31 +00:00

20 lines
361 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= parallel
PORTVERSION= 1.13.0
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>