2011-11-17 10:41:11 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2011/11/17 15:41:11 jeremy 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
|
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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = 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
|
2009-08-20 18:02:53 -04:00
|
|
|
MODRUBY_REGRESS = rake
|
2011-11-17 10:41:11 -05:00
|
|
|
MODRUBY_REGRESS_TARGET = test:acceptance test:units
|
2008-02-02 06:08:45 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|