mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
7f83d9efc7
for various methods -- some may be too new to be available in earlier versions of OpenSSL, others -- too old to be found in latest ones. Submitted upstream. Reported by: pkg-fallout
23 lines
448 B
Makefile
23 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>
|