Ticket #11950: Portfile

File Portfile, 1.1 KB (added by lyle.johnson@…, 17 years ago)

Updated Portfile for rasqal-0.9.14

Line 
1# $Id: Portfile 24136 2007-04-17 09:10:06Z ryandesign@macports.org $
2
3PortSystem 1.0
4name                rasqal
5version             0.9.14
6description         Raptor RDF Query Library
7long_description    Rasqal is an open source C library that handles Resource \
8                    Description Framework (RDF) query syntaxes, query \
9                    construction and query execution returning result \
10                    bindings. The supported query languages are SPARQL and RDQL.
11maintainers         lyle.johnson@gmail.com
12categories          www
13platforms           darwin
14homepage            http://librdf.org/rasqal/
15master_sites        http://download.librdf.org/source/
16checksums           md5 34fd770031c4e2227be251eecc1fcf20 \
17                    sha1 80f4051b1dde928b1f071475c7941cd6ae9ce46b \
18                    rmd160 62cfda730de38bc0403d98d85747b1080282d6be
19depends_lib         port:curl \
20                    port:libiconv \
21                    port:libxml2 \
22                    port:libxslt \
23                    port:openssl \
24                    port:raptor \
25                    port:zlib
26configure.args      --mandir=${prefix}/share/man