Ticket #12829: Portfile

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

Updated Portfile for raptor 1.4.16

Line 
1# $Id: Portfile 24136 2007-04-17 09:10:06Z ryandesign@macports.org $
2
3PortSystem 1.0
4name                raptor
5version             1.4.16
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
14homepage            http://librdf.org/raptor/
15master_sites        http://download.librdf.org/source/
16checksums           md5 49c16262e0aed0197a3e60ade7bec205 \
17                    sha1 b85488c588ea49a44428bfa28c866047d65dd2ea \
18                    rmd160 a06ab396171d63df7877ea538295c3286e8651d1
19depends_lib         port:curl \
20                    port:libiconv \
21                    port:libxml2 \
22                    port:libxslt \
23                    port:openssl \
24                    port:zlib
25configure.args      --mandir=${prefix}/share/man
26test.run            yes
27test.target         check