393b3925c6
Nudged by: portscout
20 lines
431 B
Makefile
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>
|