21952663e6
Update to ruby-c21e to 2.0.0. 2.0.0 - 2019-08-14 Fixed * [TypeScript] ExeFile not a constructor (#641 #634 joscha) 1.2.1 - 2019-06-06 Fixed * [Java] fix the build, which failed on Travis, causing 1.2.0 to not be released. 1.2.0 - 2019-06-06 Added * [Java] added Exe#waitFor Changed * [Java] added Exe#execute no longer throws InterruptedException 1.1.9 - 2019-03-22 Fixed * [JavaScript] releases are now working again.
14 lines
350 B
Makefile
14 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/18 16:33:30 taca Exp $
|
|
|
|
DISTNAME= c21e-2.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/cucumber/cucumber/tree/master/c21e
|
|
COMMENT= CrossPlatformExecutable library for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|