Ticket #20721: Portfile

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