forked from Lainports/freebsd-ports
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
28 lines
635 B
Makefile
28 lines
635 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sslproxy
|
|
PORTVERSION= 0.6.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Transparent and scalable SSL/TLS interception
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent \
|
|
libnet.so:net/libnet
|
|
|
|
USES= gmake pkgconfig uidfix sqlite ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sonertari
|
|
GH_PROJECT= SSLproxy
|
|
|
|
MAKEFILE= GNUmakefile
|
|
MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
|
|
PLIST_FILES= bin/sslproxy man/man1/sslproxy.1.gz man/man5/sslproxy.conf.5.gz \
|
|
"@sample etc/sslproxy.conf.sample"
|
|
|
|
.include <bsd.port.mk>
|