pkgsrc/devel/ruby-flexmock/Makefile
taca 825600820a Update ruby-flexmock package to 0.9.0.
= FlexMock 0.9.0 Released

FlexMock is a flexible mocking library for use in unit testing and
behavior specification in Ruby.  Release 0.8.5 is a minor release with
a few bug fixes.

== Ruby 1.9.3 Compatibility

* Fixed a number of minor warnings reported by the 1.9.3 version of Ruby.
2011-06-17 15:31:39 +00:00

15 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/06/17 15:31:39 taca Exp $
DISTNAME= flexmock-0.9.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://flexmock.rubyforge.org/
COMMENT= Flexible mock object library for Ruby unit testing
LICENSE= isc
pre-configure:
find ${WRKSRC}/doc -type f -exec chmod -x {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"