# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			py-xlrd
version			0.5.2
revision        1
categories		python
maintainers		nomaintainer
description		stub project. py-xlwriter is now installed by py25-xlrd
long_description	${description}

homepage

platforms		darwin
depends_build   port:py25-xlrd
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
