Index: head/security/sslsplit/Makefile =================================================================== --- head/security/sslsplit/Makefile (revision 501539) +++ head/security/sslsplit/Makefile (revision 501540) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= sslsplit PORTVERSION= 0.5.4 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/ MAINTAINER= swills@FreeBSD.org COMMENT= Transparent and scalable SSL/TLS interception LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet USES= gmake pkgconfig tar:bzip2 uidfix ssl MAKEFILE= GNUmakefile MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID} PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \ "@sample sslsplit/sslsplit.conf.sample" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit .include Index: head/security/sslsplit/pkg-descr =================================================================== --- head/security/sslsplit/pkg-descr (revision 501539) +++ head/security/sslsplit/pkg-descr (revision 501540) @@ -1,8 +1,8 @@ SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. Connections are transparently intercepted through a network address translation engine and redirected to SSLsplit. SSLsplit terminates SSL/TLS and initiates a new SSL/TLS connection to the original destination address, while logging all data transmitted. SSLsplit is intended to be useful for network forensics and penetration testing. -WWW: http://www.roe.ch/SSLsplit +WWW: https://www.roe.ch/SSLsplit