ports/devel/ruby-mocha/Makefile

20 lines
346 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Ruby library for mocking and stubbing
DISTNAME = mocha-0.13.3
REVISION = 2
CATEGORIES = devel
HOMEPAGE = http://gofreerange.com/mocha/docs/
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-metaclass,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>