diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 10:37:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 10:37:43 +0000 |
commit | db71e5e6aadd2a32642786702f6acd489a481e44 (patch) | |
tree | 6404850843ab8fd43666c7e89fa75cc71d9050ca /security/sst/Makefile | |
parent | Update to 0.2.2. (diff) |
Add sst 1.0, a simple SSL tunneling tool that uses netcat.
PR: 22671
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=36520
Diffstat (limited to 'security/sst/Makefile')
-rw-r--r-- | security/sst/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/sst/Makefile b/security/sst/Makefile new file mode 100644 index 000000000000..d23cbd3ec3fd --- /dev/null +++ b/security/sst/Makefile @@ -0,0 +1,24 @@ +# 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 + +RUN_DEPENDS= nc:${PORTSDIR}/net/netcat + +USE_OPENSSL= YES +MAN1= sst.1 +MANCOMPRESSED= maybe + +MAKEFILE= ${FILESDIR}/Makefile + +.include <bsd.port.mk> |