1 | # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | name py25-logilab-common |
---|
6 | version 0.28.0 |
---|
7 | maintainers trashmail.net:macports_dharland |
---|
8 | description A number of modules used by various projects from Logilab |
---|
9 | long_description ${description} |
---|
10 | |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | homepage http://www.logilab.org/projects/common |
---|
14 | master_sites ftp://ftp.logilab.fr/pub/common/ |
---|
15 | distname logilab-common-${version} |
---|
16 | |
---|
17 | checksums md5 83f4f83607175237fcb580120979458d \ |
---|
18 | sha1 e197cc1929dbf20f20693180555233c71dfa308a |
---|
19 | |
---|
20 | post-destroot { |
---|
21 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
22 | xinstall -m 644 -W ${worksrcpath} ChangeLog README \ |
---|
23 | ${destroot}${prefix}/share/doc/${name} |
---|
24 | } |
---|
25 | |
---|
26 | # Shared-file warning; the following file is installed by this module as |
---|
27 | # well as (at least) py-lint, but it is the basic, auto-generated, empty- |
---|
28 | # other-than-the-docstring file: |
---|
29 | # ${prefix}/lib/python2.3/site-packages/logilab/__init__.py |
---|
30 | |
---|