3fbdecd988
No changelog is available in https://github.com/grosser/parallel but looks misc bug fixes and improvements.
15 lines
337 B
Makefile
15 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/01/17 18:15:44 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= parallel-0.9.2
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/grosser/parallel
|
|
COMMENT= Run any kind of code in parallel processes
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|