2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/03/11 10:50:30 espie Exp $
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
COMMENT = Ruby library for mocking and stubbing
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2011-11-17 10:41:11 -05:00
|
|
|
DISTNAME = mocha-0.9.12
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 0
|
2010-11-08 18:28:53 -05:00
|
|
|
CATEGORIES = devel
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
HOMEPAGE = http://mocha.rubyforge.org/
|
2008-02-02 06:08:45 -05:00
|
|
|
|
|
|
|
# MIT License
|
2010-11-08 18:28:53 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
MODULES = lang/ruby
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = ${MODRUBY_RAKE_DEPENDS}
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2008-02-02 06:08:45 -05:00
|
|
|
|
2011-11-17 10:41:11 -05:00
|
|
|
# 7 failures on ruby 1.8, passes on ruby 1.9
|
2013-03-11 06:50:00 -04:00
|
|
|
MODRUBY_TEST = rake
|
|
|
|
MODRUBY_TEST_TARGET = test:acceptance test:units
|
2008-02-02 06:08:45 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|