pkgsrc/devel/ZenTest/Makefile
taca 410e518e42 devel/ZenTest: update to 4.12.1
4.12.1 (2022-01-17)

1 bug fix:

  - ruby 3.1: Fixed YAML.load switching to safe_load.
2022-02-12 07:25:26 +00:00

19 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.28 2022/02/12 07:25:26 taca Exp $
DISTNAME= ZenTest-4.12.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
COMMENT= Testing utilities for Ruby
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # empty
pre-configure:
${CHMOD} ${BINMODE} ${WRKSRC}/bin/*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"