pkgsrc/devel/ruby-mocha/Makefile
taca 5f674339e8 devel/ruby-mocha: update to 1.5.0
## 1.5.0

* Prevent use of Mocha outside the context of a test/example - thanks to @andyw8 & @lzap (#327)
2018-05-06 01:56:35 +00:00

14 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.24 2018/05/06 01:56:35 taca Exp $
DISTNAME= mocha-1.5.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gofreerange.com/mocha/docs/
COMMENT= Ruby library for mocking and stubbing
LICENSE= ruby-license OR mit
DEPENDS+= ${RUBY_PKGPREFIX}-metaclass>=0.0.1<0.1:../../devel/ruby-metaclass
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"