Ticket #20386: Portfile

File Portfile, 1.1 KB (added by paul.dlug@…, 15 years ago)
Line 
1# $Id: Portfile 38976 2008-08-04 17:37:42Z jmr@macports.org $
2
3PortSystem 1.0
4
5name                raptor
6version             1.4.19
7description         Raptor RDF Parser Toolkit
8long_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.
12maintainers         lylejohnson.name:lyle
13categories          www
14platforms           darwin
15homepage            http://librdf.org/raptor/
16master_sites        http://download.librdf.org/source/
17checksums           md5 50acbd3b416c3f9e1a3a8ddb825bac25 \
18                    sha1 ddbd114dc57bd5f87724f8e880155a402aac79b6 \
19                    rmd160 c3d52e9fd308b24acf64881cab1648ee273c0beb
20depends_lib         port:curl \
21                    port:libiconv \
22                    port:libxml2 \
23                    port:libxslt \
24                    port:openssl \
25                    port:zlib
26configure.args      --mandir=${prefix}/share/man
27test.run            yes
28test.target         check