ports/security/stud/Makefile
Kubilay Kocak 6b457d2423 [NEW] security/stud: Scalable TLS Unwrapping Daemon
stud is a network proxy that terminates TLS/SSL connections
and forwards the unencrypted traffic to some backend. It's
designed to handle 10s of thousands of connections
efficiently on multicore machines.

WWW: https://github.com/bumptech/stud

PR:		206134
Submitted by:	Franz Bettag <franz bett ag>
2016-02-01 11:02:50 +00:00

32 lines
518 B
Makefile

# Created by: Franz Bettag <franz@bett.ag>
# $FreeBSD$
PORTNAME= stud
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= franz@bett.ag
COMMENT= Scalable TLS Unwrapping Daemon
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
USES= gmake
USE_GITHUB= yes
USE_OPENSSL= yes
GH_ACCOUNT= wasted
MAKE_ARGS= MANDIR="${MANDIRS}"
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/stud \
man/man8/stud.8.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>