2011-09-16 05:24:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:24:57 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
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
DISTNAME = mocha-0.9.7
|
2011-09-16 05:24:48 -04:00
|
|
|
REVISION = 4
|
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
|
|
|
|
2009-08-20 18:02:53 -04:00
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
RAKE_REGRESS_TARGET = test:acceptance test:units
|
2008-02-02 06:08:45 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|