freebsd-ports/sysutils/spiped/Makefile
Colin Percival 8c855f28d7 Update to 1.1.0. The most notable change is that spiped will now (via the
-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
2011-09-17 06:51:09 +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.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>