opnsense-ports/security/sslsplit/Makefile
Franco Fichtner d79495ad28 security/sslsplit: sync with upstream
Taken from: FreeBSD
2023-05-16 17:01:41 +02:00

31 lines
929 B
Makefile

PORTNAME= sslsplit
PORTVERSION= 0.5.5
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Transparent and scalable SSL/TLS interception
WWW= https://www.roe.ch/SSLsplit
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Upstream has mentioned inactivity with the possibility of returning
IGNORE_SSL= openssl30 openssl31
IGNORE_SSL_REASON= error: undefined symbol: ERR_GET_FUNC which were deprecated in OpenSSL 3.0.0 and later
LIB_DEPENDS= libevent.so:devel/libevent \
libnet.so:net/libnet
USES= gmake pkgconfig tar:bzip2 uidfix ssl
MAKEFILE= GNUmakefile
MAKE_ENV= MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID}
PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz \
man/man5/sslsplit.conf.5.gz \
"@sample %%ETCDIR%%/sslsplit.conf.sample"
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit
.include <bsd.port.mk>