# $Id: Portfile,v 1.2 2004/12/31 16:37:39 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-getargs version 2.14 revision 1 categories python platforms darwin maintainers mww@opendarwin.org 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} }