mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
491 B
Makefile
25 lines
491 B
Makefile
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sst
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://utcc.utoronto.ca/~pkern/stuff/sst/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= A simple SSL tunneling tool (uses netcat)
|
|
|
|
.if !exists(/usr/bin/nc)
|
|
RUN_DEPENDS= netcat:${PORTSDIR}/net/netcat
|
|
.endif
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
USE_OPENSSL= YES
|
|
|
|
PLIST_FILES= sbin/sst \
|
|
man/man1/sst.1.gz
|
|
|
|
.include <bsd.port.mk>
|