freebsd-ports/security/sst/Makefile
Mikhail Teterin 393b3925c6 security/sst: upgrade from 1.23 to 1.26
Nudged by:	portscout
2024-01-02 21:52:34 -05:00

20 lines
431 B
Makefile

PORTNAME= sst
PORTVERSION= 1.26
CATEGORIES= security
MASTER_SITES= http://utcc.utoronto.ca/~pkern/stuff/sst/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Simple SSL tunneling tool (uses netcat)
WWW= https://utcc.utoronto.ca/~pkern/stuff/sst/
.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>