# $Id: Portfile 106567 2013-05-31 03:10:36Z kimuraw@macports.org $

PortSystem			1.0
PortGroup			ruby 1.0

ruby.setup			flexmock 0.8.9 basic_install.rb {} rubyforge:27748
revision			1

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
pre-destroot { file mkdir	${destroot}/${ruby.lib}/flexmock/rails }

destroot.args		""
destroot.env		DESTDIR="${destroot}"

depends_lib			port:ruby
