1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/tlsc/Makefile
Felix Palmen 85fef6c7fd security/tlsc: Update to 2.0
Changes: https://github.com/Zirias/tlsc/releases/tag/v2.0

Approved by:	tcberner (mentor, implicit)
2023-06-02 18:24:12 +00:00

29 lines
548 B
Makefile

PORTNAME= tlsc
DISTVERSION= 2.0
CATEGORIES= security
MASTER_SITES= https://github.com/Zirias/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/download/v${DISTVERSION}
MAINTAINER= zirias@FreeBSD.org
COMMENT= TLS connect daemon
WWW= https://github.com/Zirias/tlsc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libposercore.so:devel/poser
USES= compiler:c11 gmake pkgconfig tar:xz
USE_RC_SUBR= ${PORTNAME}
MAKE_ARGS= V=1
ALL_TARGET= strip
USERS= tlsc
GROUPS= tlsc
PLIST_FILES= bin/tlsc
.include <bsd.port.mk>