summaryrefslogtreecommitdiff
path: root/security/sst/Makefile
blob: a16b13c49f7c798c0e29533b1a674e5e0df62875 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	sst
# Date created:		Nov 7, 2000
# Whom:			Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=	sst
PORTVERSION=	1.0
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)

RUN_DEPENDS=	nc:${PORTSDIR}/net/netcat

USE_OPENSSL=	YES
MAN1=		sst.1
MANCOMPRESSED=	maybe

MAKEFILE=	${FILESDIR}/Makefile

.include <bsd.port.mk>