# -*- 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 64681 2010-03-14 16:44:16Z snc@macports.org $

PortSystem          1.0

name                libmicrohttpd
version             0.4.6
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     61698da6aa04744ea076c327f66fc05a \
                    sha1    930f18734496247d4c8d391268110c15a0fd355d \
                    rmd160  58ed14097f6f99d7dfca7cca665904fdafb86dd5

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