4c7034aea0
=== 4.11.2 / 2019-01-02 * 1 bug fix: * Removed unneeded and out-of-date require_rubygems_version.
18 lines
460 B
Makefile
18 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.24 2019/01/06 15:00:14 taca Exp $
|
|
|
|
DISTNAME= ZenTest-4.11.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.zenspider.com/ZSS/Products/ZenTest/
|
|
COMMENT= Testing utilities for Ruby
|
|
LICENSE= mit
|
|
|
|
CONFLICTS+= ruby[1-9][0-9][0-9]-ZenTest-[0-9]* ZenTest-[0-9]*
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-configure:
|
|
${CHMOD} ${BINMODE} ${WRKSRC}/bin/*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|