aboutsummaryrefslogtreecommitdiff
path: root/security/sslsplit/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-10-18 18:04:22 +0000
committerSteve Wills <swills@FreeBSD.org>2014-10-18 18:04:22 +0000
commit6d983268f061dedc088054b95ac0a9ef3ea3274a (patch)
treed4c7f206f60b49a0a1e1f5d95742298dda127654 /security/sslsplit/Makefile
parentf52f5b470dc406efd138e54e38dcd437a99fad71 (diff)
downloadports-6d983268f061dedc088054b95ac0a9ef3ea3274a.tar.gz
ports-6d983268f061dedc088054b95ac0a9ef3ea3274a.zip
Notes
Diffstat (limited to 'security/sslsplit/Makefile')
-rw-r--r--security/sslsplit/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
new file mode 100644
index 000000000000..1b8769bfe64f
--- /dev/null
+++ b/security/sslsplit/Makefile
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills@freebsd.org>
+# $FreeBSD$
+
+PORTNAME= sslsplit
+PORTVERSION= 0.4.8
+CATEGORIES= security
+MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/
+
+MAINTAINER= swills@freebsd.org
+COMMENT= Transparent and scalable SSL/TLS interception
+
+LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
+
+USES= gmake pkgconfig tar:bzip2
+MAKEFILE= GNUmakefile
+MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man
+PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz
+
+.include <bsd.port.mk>