# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			py-xlwriter
version			0.4a3
revision		1
categories		python
maintainers		nomaintainer
description		stub package. py-xlwriter is now installed with py25-xlwrt
long_description	${description}

homepage

platforms		darwin
depends_build	port:py25-xlwt
distfiles
use_configure	no
build 			{}
destroot {
	xinstall -d ${destroot}${prefix}/share/doc/${name}
	system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}
livecheck.type	none
