1 | # $Id: Portfile 38976 2008-08-04 17:37:42Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name raptor |
---|
6 | version 1.4.19 |
---|
7 | description Raptor RDF Parser Toolkit |
---|
8 | long_description Raptor is an open source C library that provides a set of \ |
---|
9 | parsers and serializers that generate Resource Description \ |
---|
10 | Framework (RDF) triples by parsing syntaxes or serializing \ |
---|
11 | the triples into a syntax. |
---|
12 | maintainers lylejohnson.name:lyle |
---|
13 | categories www |
---|
14 | platforms darwin |
---|
15 | homepage http://librdf.org/raptor/ |
---|
16 | master_sites http://download.librdf.org/source/ |
---|
17 | checksums md5 50acbd3b416c3f9e1a3a8ddb825bac25 \ |
---|
18 | sha1 ddbd114dc57bd5f87724f8e880155a402aac79b6 \ |
---|
19 | rmd160 c3d52e9fd308b24acf64881cab1648ee273c0beb |
---|
20 | depends_lib port:curl \ |
---|
21 | port:libiconv \ |
---|
22 | port:libxml2 \ |
---|
23 | port:libxslt \ |
---|
24 | port:openssl \ |
---|
25 | port:zlib |
---|
26 | configure.args --mandir=${prefix}/share/man |
---|
27 | test.run yes |
---|
28 | test.target check |
---|