ChangeLog: https://github.com/latchset/tang/releases/tag/v12 * A few small changes for BSD support after standalone changes * tang: allow running standalone * When json_load_file fails report the error details information * Fix service to include configured group * Add documentation in service files PR: 269573 Reported by: hdholm@alumni.iastate.edu (maintainer)
28 lines
731 B
Makefile
28 lines
731 B
Makefile
PORTNAME= tang
|
|
DISTVERSION= 12
|
|
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= libhttp_parser.so:www/http-parser \
|
|
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>
|