22 lines
416 B
Makefile
22 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.21 2017/11/20 20:57:17 jeremy Exp $
|
|
|
|
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_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-metaclass,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|