pkgsrc/misc/ruby-parallel/Makefile
tsutsui 3fbdecd988 Update ruby-parallel to 0.9.2. Part of PR/48447.
No changelog is available in https://github.com/grosser/parallel
but looks misc bug fixes and improvements.
2014-01-17 18:15:44 +00:00

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"