# $Id: Portfile 105208 2013-04-13 08:37:44Z aecollins1@macports.org $

PortSystem      1.0

name            flickcurl
version         1.24
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.

license         LGPL-2.1+ GPL-2+ Apache-2.0+ 

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

checksums       md5     7cf6a627465471d76a5f4dc31099d9cf \
                sha1    7a2a467b52575f1aa68d7dcce7d349b2ef2e5109 \
                rmd160  533666b95ddad9fc8fc7d98bf084e3a4b621c479

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

livecheck.type      regex
livecheck.regex     ${name}-(\[0-9\.-\]+).tar.gz
