# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 80545 2011-07-14 15:05:53Z snc@macports.org $

PortSystem          1.0

name                libmicrohttpd
version             0.9.13
categories          www
license             LGPL
maintainers         snc openmaintainer
description         Light HTTP/1.1 server library.
long_description    \
                    GNU libmicrohttpd is a small C library that is \
                    supposed to make it easy to run an HTTP server as \
                    part of another application. GNU libmicrohttpd is \
                    free software and part of the GNU project.
homepage            http://www.gnu.org/software/libmicrohttpd/
master_sites        gnu
platforms           darwin
depends_lib         port:gnutls port:libgcrypt port:curl

checksums           sha1    894730cd71c395f59387154167385aed4ebc034c \
                    rmd160  9d24375e3f7220c3a6e7971c508bfa9362b12c42

livecheck.type      regex
livecheck.url       http://ftp.gnu.org/gnu/libmicrohttpd/
livecheck.regex     "${name}-(\\d+\\.\\d+(\\.\\d+)?)"
