opnsense-ports/security/sst/Makefile
Franco Fichtner 3ecc0de573 */*: sync with upstream
Taken from: HardenedBSD
2018-11-05 06:53:03 +01:00

22 lines
448 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= sst
PORTVERSION= 1.23
CATEGORIES= security
MASTER_SITES= http://utcc.utoronto.ca/~pkern/stuff/sst/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Simple SSL tunneling tool (uses netcat)
.if !exists(/usr/bin/nc)
RUN_DEPENDS= netcat:net/netcat
.endif
MAKEFILE= ${FILESDIR}/Makefile
USES= uidfix ssl tar:xz
PLIST_FILES= sbin/sst \
man/man1/sst.1.gz
.include <bsd.port.mk>