freebsd-ports/security/sst/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

24 lines
489 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= 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>