1 | # $Id: Portfile 24136 2007-04-17 09:10:06Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name raptor |
---|
5 | version 1.4.16 |
---|
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 | homepage http://librdf.org/raptor/ |
---|
15 | master_sites http://download.librdf.org/source/ |
---|
16 | checksums md5 49c16262e0aed0197a3e60ade7bec205 \ |
---|
17 | sha1 b85488c588ea49a44428bfa28c866047d65dd2ea \ |
---|
18 | rmd160 a06ab396171d63df7877ea538295c3286e8651d1 |
---|
19 | depends_lib port:curl \ |
---|
20 | port:libiconv \ |
---|
21 | port:libxml2 \ |
---|
22 | port:libxslt \ |
---|
23 | port:openssl \ |
---|
24 | port:zlib |
---|
25 | configure.args --mandir=${prefix}/share/man |
---|
26 | test.run yes |
---|
27 | test.target check |
---|