# $Id: Portfile,v 1.4 2005/01/25 00:40:13 blb Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-logilab-common version 0.9.0 maintainers blb@pobox.com description A number of modules used by various projects from Logilab long_description ${description} platforms darwin homepage http://www.logilab.org/projects/common master_sites ftp://ftp.logilab.fr/pub/common/ distname common-${version} checksums md5 6c96882103cd0e5a33673bc1a37eb601 \ sha1 0f9f53cd9f27e8ded573994b515cb45a8cb1622f post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ChangeLog README \ ${destroot}${prefix}/share/doc/${name} } # Shared-file warning; the following file is installed by this module as # well as (at least) py-lint, but it is the basic, auto-generated, empty- # other-than-the-docstring file: # ${prefix}/lib/python2.3/site-packages/logilab/__init__.py