# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0
name                rasqal
version             0.9.16
description         Raptor RDF Query Library
long_description    Rasqal is an open source C library that handles Resource \
                    Description Framework (RDF) query syntaxes, query \
                    construction and query execution returning result \
                    bindings. The supported query languages are SPARQL and RDQL.
maintainers         lylejohnson.name:lyle
categories          www
platforms           darwin
homepage            http://librdf.org/rasqal/
master_sites        http://download.librdf.org/source/
checksums           md5 fca8706f2c4619e2fa3f8f42f8fc1e9d \
                    sha1 55e08ee78c15de417cbfccb9e748747095994886 \
                    rmd160 6810d86d974524e6627076e6530a703d62039160
depends_lib         port:curl \
                    port:libiconv \
                    port:libxml2 \
                    port:libxslt \
                    port:openssl \
                    port:raptor \
                    port:zlib
configure.args      --mandir=${prefix}/share/man
