# $Id: Portfile,v 1.2 2004/04/23 09:36:11 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-shellwords
version		0.2
categories	python textproc
platforms	darwin
maintainers	mww@opendarwin.org
description	Parse strings into words like a POSIX shell does.
long_description	Python module to parse strings into words like a POSIX \
			shell does.

homepage	http://www.crazy-compilers.com/py-lib/shellwords.html
master_sites	http://www.crazy-compilers.com/py-lib/
distname	python-shellwords-${version}
checksums	md5 919a92e9b320d48c063b6edf09e16411

post-destroot	{
	file copy ${worksrcpath}/HISTORY ${worksrcpath}/README \
		${destroot}${prefix}/share/doc/${name}
}
