# $Id: Portfile 91353 2012-03-30 16:58:25Z snc@macports.org $

PortSystem			1.0
PortGroup			ruby 1.0

name				rb-flexmock
version				0.8.9

homepage			http://rubyforge.org/projects/flexmock/
master_sites		http://rubyforge.org/frs/download.php/27748/
distname			flexmock-0.8.0
extract.suffix		.tgz
categories-append	devel
platforms			darwin
maintainers			internode.on.net:arpstr

description			FlexMock is a flexible mocking library for use in unit testing and behavior specification.
long_description	FlexMock is a flexible mocking library for use in unit testing and behavior specification. \
					Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
                  
checksums			md5 68b55bcb51a46c630b2f1224aa8b11e4 \
					sha1 cb14c8a0439ae301d3a21e03337186533b0cdc72 \
					rmd160 49e5c82d09c294eb9ae3f4c96bc7c562b5fbb6ca

patchfiles			patch-install.rb

use_configure       no
build { file mkdir	${destroot}/${ruby.lib}/flexmock/rails }

destroot.cmd		${ruby.bin} install.rb
destroot.args		""
destroot.env		DESTDIR="${destroot}/"

depends_lib			port:ruby
