# $Id: Portfile 90146 2012-02-24 07:03:42Z aecollins1@macports.org $

PortSystem      1.0

name            flickcurl
version         1.22
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     33106156f9a9e538b5787f92db717f5d \
                sha1    38f427262bc76c23ac4ab31ed4df6c6022c5d3ec \
                rmd160  820e09983327738c6af34e7c5b7913b5d9acab42

depends_build   port:pkgconfig
depends_lib     port:curl \
                port:libxml2 \
                port:raptor2 \
