# $Id: Portfile,v 1.2 2005/05/23 18:32:01 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-zopeinterface
version			3.0.1
categories		python zope
platforms		darwin
maintainers		mww@opendarwin.org
description		interfaces for zope
long_description	${description}

homepage		http://www.zope.org/Products/ZopeInterface
master_sites	${homepage}/3.0.1final/
distfiles		ZopeInterface-${version}.tgz
checksums		md5 114f302c2b132d43ad4e01d108b4d192

worksrcdir		ZopeInterface-${version}

platform darwin 8 {
	patchfiles	patch-_zope_interface_coptimizations.c
}
