# -*- 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 105818 2013-05-06 16:36:09Z snc@macports.org $

PortSystem          1.0

name                libmicrohttpd
version             0.9.27
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           rmd160  2346ebb906e1a93b0da690d6963cbe1053443b0c \
                    sha256  d532edf64c3a9da472114c2d10fc94606e3b31f21b883ec2e796ab8478f7e9cb

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