# $Id: Portfile 130483 2014-12-31 02:51:22Z larryv@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-getargs version 2.14 revision 1 platforms darwin supported_archs noarch 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/ freebsd distname getargs-${version} checksums md5 a492922d830e37c5e5026be7a27bc925 use_bzip2 yes python.versions 27 if {${name} ne ${subport}} { post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \ ${destroot}${prefix}/share/doc/${subport} } }