# $Id: Portfile,v 1.1 2005/07/26 21:39:31 landonf Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-pmock
version			0.3
categories		python devel
platforms		darwin
maintainers		landonf@opendarwin.org
description		pMock is a Python module for testing Python code using mock objects.
long_description	pMock is a Python module for testing Python code using \
			mock objects, inspired by the Java jMock library. \
			pMock makes the writing of unit tests using mock \
			object techniques easier.

homepage		http://pmock.sourceforge.net/
distname		pmock-${version}
master_sites		sourceforge:pmock
checksums		md5 5182497f1d765803dab2d101573d6b40
