openbsd-ports/devel/ruby-cucumber/Makefile
jeremy 25f119ed49 Missed the modified checksum for the distfile
Only metadata changes in the distfile, but the package is affected,
so bump.

OK sthen@
2010-09-29 21:26:49 +00:00

39 lines
783 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/09/29 21:26:49 jeremy Exp $
COMMENT = execute plain-text documents as automated functional tests
V = 0.3.96
DISTNAME = cucumber-$V
PKGNAME = ruby-${DISTNAME}
REVISION = 1
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 \
:ruby-treetop->=1.3.0:textproc/ruby-treetop \
::devel/ruby-diff-lcs \
::textproc/ruby-builder
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
REGRESS_DEPENDS = :ruby-cucumber->=${V}:devel/ruby-cucumber \
:ruby-hoe->=2.3.3:devel/ruby-hoe
MODRUBY_REGRESS = rake rspec
RAKE_REGRESS_TARGET = features
.include <bsd.port.mk>