You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.2 KiB
Tcl
31 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name libmicrohttpd
|
|
version 1.0.1
|
|
revision 0
|
|
categories www
|
|
license LGPL
|
|
maintainers {snc @nerdling} 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 https://www.gnu.org/software/libmicrohttpd/
|
|
master_sites gnu
|
|
depends_lib path:lib/pkgconfig/gnutls.pc:gnutls
|
|
|
|
checksums rmd160 4e66ab9ba236d3d1dde616eacf8fd950c5e396e2 \
|
|
sha256 a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94 \
|
|
size 2239593
|
|
|
|
test.run yes
|
|
test.target check
|
|
|
|
livecheck.type regex
|
|
livecheck.url https://ftp.gnu.org/gnu/libmicrohttpd/
|
|
livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)"
|