# $Id: Portfile 55906 2009-08-21 03:53:12Z aecollins1@macports.org $

PortSystem      1.0

name            flickcurl
version         1.13
categories      devel
platforms       darwin
maintainers     aecollins1
description     C library for the Flickr API

long_description \
    Flickcurl is a C library for the Flickr API, handling creating the \
    requests, signing, token management, calling the API, marshalling request \
    parameters and decoding responses. It also includes the flickrdf program \
    to turn photo metadata, tags, machine tags and places into an RDF triples \
    description.

homepage        http://librdf.org/flickcurl/
master_sites    http://download.dajobe.org/flickcurl/

checksums       md5 d0a90b9e06e8927f2eb13c55f4fe9640 \
                sha1 c1834ab66b05891c22131d6868be0fcd7d68bb96 \
                rmd160 e5140825ff65d537762286e1929f4f33bb816ba1

depends_lib     port:curl \
                port:libxml2 \
                port:raptor \
