openbsd-ports/devel/ruby-mocha/Makefile
jeremy 3b2e299ff9 Remove MODRUBY_RAKE_DEPENDS. Only necessary on ruby 1.8, and none of
the ports that use it are still built with ruby 1.8.

OK ajacoutot@
2015-07-19 02:10:31 +00:00

22 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/07/19 02:10:31 jeremy Exp $
COMMENT = Ruby library for mocking and stubbing
DISTNAME = mocha-0.13.3
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://mocha.rubyforge.org/
# MIT License
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-metaclass,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>