c3579f1baf
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
33 lines
750 B
Makefile
33 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/09/23 16:57:33 jeremy Exp $
|
|
|
|
COMMENT = execute plain-text documents as automated functional tests
|
|
|
|
DISTNAME = cucumber-0.3.96
|
|
REVISION = 6
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE =
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-term-ansicolor,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-treetop,${MODRUBY_FLAVOR}>=1.3.0 \
|
|
devel/ruby-diff-lcs,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-builder,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
|
|
devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.3.3
|
|
|
|
MODRUBY_REGRESS = rake rspec
|
|
|
|
.include <bsd.port.mk>
|