1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/security/tang/Makefile
Howard Holm 951d5bcada security/tang: Update to v15
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)
2024-02-18 17:43:35 +01:00

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>