4a40126bb2
Noted by taca@
18 lines
597 B
Makefile
18 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/09/19 08:10:35 wiz Exp $
|
|
|
|
DISTNAME= cucumber-core-10.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://cukes.info/
|
|
COMMENT= Core library for the Cucumber BDD app
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-gherkin>=20.0<21:../../lang/ruby-cucumber-gherkin
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=17.0<18:../../devel/ruby-cucumber-messages
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-tag-expressions>=3.0<4:../../devel/ruby-cucumber-tag-expressions
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|