1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name rasqal |
---|
5 | version 0.9.13 |
---|
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 | distname ${name}-${version} |
---|
15 | homepage http://librdf.org/rasqal/ |
---|
16 | master_sites http://download.librdf.org/source/ |
---|
17 | checksums md5 5cbf3193bf473d1e35ee4539d1528b8b |
---|
18 | depends_lib port:raptor |
---|
19 | configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man |
---|
20 | |
---|