# -*- 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 55601 2009-08-14 13:34:46Z snc@macports.org $

PortSystem          1.0

name                libmicrohttpd
version             0.4.2
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/
platforms           darwin
master_sites        ftp://ftp.gnu.org/gnu/libmicrohttpd/

checksums           md5    2853d8f32417e3c5f3b18fda38f96e52 \
                    sha1   e79349031795176bfb0fb816c4fc401a91811aaf \
                    rmd160 e12aef144ef3cdc5bce115dacac1a19e4cf4e1f1

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