1 | # $Id:$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-4suite-xml |
---|
7 | version 1.0b3 |
---|
8 | categories-append devel textproc |
---|
9 | maintainers cssdev@mac.com |
---|
10 | description suite of python modules for XML and RDF processing |
---|
11 | long_description 4Suite allows users to take advantage of standard \ |
---|
12 | XML technologies rapidly and to develop and integrate Web-based \ |
---|
13 | applications. It also puts practical technologies for knowledge \ |
---|
14 | management projects in the hands of developers. It is implemented \ |
---|
15 | in Python with C extensions. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | homepage http://4suite.org/ |
---|
19 | master_sites ftp://ftp.4suite.org/pub/4Suite/ sourceforge:foursuite |
---|
20 | distname 4Suite-XML-${version} |
---|
21 | worksrcdir 4Suite-${version} |
---|
22 | checksums md5 40a49c19c0b16fb39e356527b891728b |
---|
23 | |
---|
24 | depends_lib-append port:py-xml |
---|
25 | |
---|
26 | use_configure yes |
---|
27 | configure.cmd ${python.bin} setup.py config |
---|
28 | configure.args --prefix=${prefix} \ |
---|
29 | --mandir=${prefix}/share/man |
---|
30 | |
---|
31 | # See http://sourceforge.net/tracker/index.php?func=detail&aid=1166710&group_id=39954&atid=428294 |
---|
32 | destroot.cmd ${python.bin} setup.py |
---|
33 | destroot.target bdist_install |
---|
34 | destroot.destdir --root=${destroot} |
---|