1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name raptor |
---|
5 | version 1.4.14 |
---|
6 | description Raptor RDF Parser Toolkit |
---|
7 | long_description Raptor is an open source C library that provides a set of \ |
---|
8 | parsers and serializers that generate Resource Description \ |
---|
9 | Framework (RDF) triples by parsing syntaxes or serializing \ |
---|
10 | the triples into a syntax. |
---|
11 | maintainers lyle.johnson@gmail.com |
---|
12 | categories www |
---|
13 | platforms darwin |
---|
14 | distname ${name}-${version} |
---|
15 | homepage http://librdf.org/raptor/ |
---|
16 | master_sites http://download.librdf.org/source/ |
---|
17 | checksums md5 1bbc9938f8f7310e20fbd5b962a43847 |
---|
18 | depends_lib port:libxml2 port:libxslt |
---|
19 | configure.pre_args --prefix=${prefix} --mandir=${prefix}/share/man |
---|
20 | |
---|