Ticket #11567: Portfile

File Portfile, 877 bytes (added by lyle.johnson@…, 17 years ago)

Portfile for raptor

Line 
1# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
2
3PortSystem 1.0
4name                raptor
5version             1.4.14
6description         Raptor RDF Parser Toolkit
7long_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.
11maintainers         lyle.johnson@gmail.com
12categories          www
13platforms           darwin
14distname            ${name}-${version}
15homepage            http://librdf.org/raptor/
16master_sites        http://download.librdf.org/source/
17checksums           md5 1bbc9938f8f7310e20fbd5b962a43847
18depends_lib         port:libxml2 port:libxslt
19configure.pre_args  --prefix=${prefix} --mandir=${prefix}/share/man
20