8c855f28d7
-D option which has been added to the rc.d script) retry failed DNS lookups; this is useful in case spiped is launched before DNS resolution is working. With hat: maintainer
21 lines
426 B
Makefile
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.1.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>
|