2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:08 espie Exp $
|
2009-08-19 03:06:55 -04:00
|
|
|
|
|
|
|
COMMENT = execute plain-text documents as automated functional tests
|
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
DISTNAME = cucumber-0.3.96
|
|
|
|
REVISION = 2
|
2009-08-19 03:06:55 -04:00
|
|
|
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}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/ruby-term-ansicolor,${FLAVOR} \
|
|
|
|
STEM->=1.3.0:textproc/ruby-treetop,${FLAVOR} \
|
|
|
|
devel/ruby-diff-lcs,${FLAVOR} \
|
|
|
|
textproc/ruby-builder,${FLAVOR}
|
2009-08-19 03:06:55 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
|
|
|
|
STEM->=2.3.3:devel/ruby-hoe,${FLAVOR}
|
2009-08-19 03:06:55 -04:00
|
|
|
|
|
|
|
MODRUBY_REGRESS = rake rspec
|
|
|
|
|
|
|
|
RAKE_REGRESS_TARGET = features
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|