# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-getargs
version			2.14
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		command line parser for python
long_description	This module implements a Command Line Parser class that \
				applications can use to parse command line arguments in \
				sys.argv. getargs is designed as a considerably more powerful \
				and flexible alternative to the standard getopt module.

homepage		http://iamroot.beigetower.org/getargs.html
master_sites	http://iamroot.beigetower.org/pkgs/getargs/
distname		getargs-${version}
checksums		md5 a492922d830e37c5e5026be7a27bc925
use_bzip2		yes

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \
		${destroot}${prefix}/share/doc/${name}
}
