Files
ports/security/tang/Makefile
T
Po-Chuan Hsieh c1efdbb496 www/llhttp: Update to 9.4.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/nodejs/llhttp/releases
2026-05-02 19:13:38 +08:00

30 lines
738 B
Makefile

PORTNAME= tang
DISTVERSION= 15
PORTREVISION= 1
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>