1 | # $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-pyrex |
---|
7 | version 0.9.6.3 |
---|
8 | categories python devel |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin |
---|
11 | description A language for writing Python extension modules. |
---|
12 | long_description Pyrex lets you write code that mixes Python and C \ |
---|
13 | data types any way you want, and compiles it into \ |
---|
14 | a C extension for Python. |
---|
15 | homepage http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ |
---|
16 | master_sites ${homepage} |
---|
17 | distname Pyrex-${version} |
---|
18 | checksums md5 6fbd5a21d4f6f1b96b6b9c7e13b46d6f |
---|
19 | patchfiles patch-setup.py.diff |
---|
20 | |
---|
21 | post-destroot { |
---|
22 | xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ |
---|
23 | index.html primes.c \ |
---|
24 | ${destroot}${prefix}/share/doc/${name} |
---|
25 | xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \ |
---|
26 | ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name} |
---|
27 | } |
---|