freebsd-ports/sysutils/spiped/Makefile
Chris Rees 0e39fa3110 Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
encrypted and authenticated pipes between socket addresses, so that one may
connect to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket on a
different system). This is similar to 'ssh -L' functionality, but does not
use SSH and requires a pre-shared symmetric key.

WWW: http://www.tarsnap.com/spiped.html

- Colin Percival
cperciva@tarsnap.com

PR:		ports/159899
Submitted by:	Colin Percival
2011-08-21 11:32:16 +00:00

21 lines
426 B
Makefile

# New ports collection makefile for: spiped secure pipe daemon
# Date created: 2011-08-18
# Whom: Colin Percival
#
# $FreeBSD$
#
PORTNAME= spiped
PORTVERSION= 1.0.0
CATEGORIES= sysutils security
MASTER_SITES= http://www.tarsnap.com/spiped/
EXTRACT_SUFX= .tgz
MAINTAINER= cperciva@tarsnap.com
COMMENT= Daemon for creating secure symmetric pipes
PLIST_FILES= bin/spiped
USE_RC_SUBR= spiped
.include <bsd.port.mk>