1 | # $Id: Portfile 24136 2007-04-17 09:10:06Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name rasqal |
---|
5 | version 0.9.14 |
---|
6 | description Raptor RDF Query Library |
---|
7 | long_description Rasqal is an open source C library that handles Resource \ |
---|
8 | Description Framework (RDF) query syntaxes, query \ |
---|
9 | construction and query execution returning result \ |
---|
10 | bindings. The supported query languages are SPARQL and RDQL. |
---|
11 | maintainers lyle.johnson@gmail.com |
---|
12 | categories www |
---|
13 | platforms darwin |
---|
14 | homepage http://librdf.org/rasqal/ |
---|
15 | master_sites http://download.librdf.org/source/ |
---|
16 | checksums md5 34fd770031c4e2227be251eecc1fcf20 \ |
---|
17 | sha1 80f4051b1dde928b1f071475c7941cd6ae9ce46b \ |
---|
18 | rmd160 62cfda730de38bc0403d98d85747b1080282d6be |
---|
19 | depends_lib port:curl \ |
---|
20 | port:libiconv \ |
---|
21 | port:libxml2 \ |
---|
22 | port:libxslt \ |
---|
23 | port:openssl \ |
---|
24 | port:raptor \ |
---|
25 | port:zlib |
---|
26 | configure.args --mandir=${prefix}/share/man |
---|