1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/security/sst/Makefile
Mikhail Teterin 7f83d9efc7 Upgrade to upstream's 1.23. Try to organize the checks
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
2018-11-05 00:04:04 +00:00

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>