# $Id: Portfile,v 1.6 2006/03/06 11:33:19 mww Exp $

PortSystem			1.0
PortGroup			python24 1.0
name				py-logilab-common
version				0.14.1
maintainers			darwinports@opendarwin.org
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 8c4172329e810a53245e8b3f568e6be7 \
					sha1 2f173c22138c4631144f6e9452af3913f51546a6

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

