Ticket #12392: Portfile

File Portfile, 739 bytes (added by mdroe@…, 17 years ago)
Line 
1# $Id: Portfile 26983 2007-07-15 12:41:34Z sfiera@macports.org $
2
3PortSystem 1.0
4PortGroup python25 1.0
5
6name                    py25-dateutil
7version                 1.2
8categories              python
9platforms               darwin
10maintainers             nomaintainer@macports.org
11description             powerful extensions to the standard python datetime module
12long_description        "${description}"
13
14homepage                http://labix.org/python-dateutil
15master_sites            http://labix.org/download/python-dateutil
16checksums               md5 6ff3de3ab61fd4ad92dceea36f7121b4
17distname                python-dateutil-${version}
18use_bzip2               yes
19
20test.run                yes
21test.cmd                ${python.bin} test.py
22test.target
23test.env                PYTHONPATH=${worksrcpath}/build/lib
24
25post-destroot   {
26        xinstall -m 644 -W ${worksrcpath} LICENSE README \
27                ${destroot}${prefix}/share/doc/${name}
28}