mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
951d5bcada
ChangeLog: https://github.com/latchset/tang/releases/tag/v15 * Build with llhttp instead of http-parser * Fix issue introduced in http-parser -> llhttp conversion * Include parameter to indicate endpoint * README updates * Avoid usage of unused variable * Increase test timeouts PR: 277061 Reported by: hdholm@alumni.iastate.edu (maintainer)
29 lines
722 B
Makefile
29 lines
722 B
Makefile
PORTNAME= tang
|
|
DISTVERSION= 15
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= hdholm@alumni.iastate.edu
|
|
COMMENT= Tang is a small daemon for binding data to the presence of a network
|
|
WWW= https://github.com/latchset/tang
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libllhttp.so:www/llhttp \
|
|
libjansson.so:devel/jansson \
|
|
libjose.so:net/jose
|
|
BUILD_DEPENDS= a2x:textproc/asciidoc \
|
|
${LOCALBASE}/libdata/pkgconfig/jose.pc:net/jose \
|
|
socat:net/socat \
|
|
curl:ftp/curl
|
|
|
|
USES= compiler:c11 cpe meson pkgconfig tar:xz
|
|
|
|
CPE_VENDOR= tang_project
|
|
|
|
post-install:
|
|
${MKDIR} -m 0700 ${STAGEDIR}/var/db/tang
|
|
|
|
.include <bsd.port.mk>
|