1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | #PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-wbxml |
---|
7 | version 0.1 |
---|
8 | categories python net |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin freebsd |
---|
11 | description Python bindings for the WBXML library |
---|
12 | long_description \ |
---|
13 | pywbxml provides Python bindings to manipulate WBXML, a binary \ |
---|
14 | representation of WBXML used in mobile communications. |
---|
15 | |
---|
16 | homepage http://www.synce.org/ |
---|
17 | master_sites sourceforge:synce |
---|
18 | checksums md5 6a1181b7be09ba69fe6768a0f6156416 \ |
---|
19 | sha1 db6fabcec33ebede343534f11536c7563c068664 \ |
---|
20 | rmd160 7cfa5bf6162b53b6f6e9708f1da41aa0244e6b6f |
---|
21 | distname pywbxml-${version} |
---|
22 | distfiles pywbxml-${version}.tar.gz |
---|
23 | |
---|
24 | depends_lib port:wbxml2 |
---|
25 | depends_build port:py26-pyrex |
---|
26 | |
---|
27 | set python.prefix "${frameworks_dir}/Python.framework/Versions/2.6" |
---|
28 | configure.env PATH="${python.prefix}/bin:$env(PATH)" |
---|
29 | build.env PATH="${python.prefix}/bin:$env(PATH)" |
---|
30 | |
---|
31 | destroot.args-append wbxmlbindingsdir=${python.prefix}/lib/python2.6 |
---|