1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/socketpipe/Makefile
Boris Samorodov a9eddb8c4c Update to 1.9:
Version 1.9 contains rather important band-aid for hanged socketpipe
  instances in case of remote server crash.

PR:		123289
Submitted by:	marck
Approved by:	maintainer timeout (4 weeks)
2008-06-03 11:05:58 +00:00

22 lines
464 B
Makefile

# New ports collection makefile for: socketpipe
# Date created: 29 August 2003
# Whom: dds
#
# $FreeBSD$
#
PORTNAME= socketpipe
PORTVERSION= 1.9
CATEGORIES= net
MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \
http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/
MAINTAINER= dds@FreeBSD.org
COMMENT= Zero overhead remote process plumbing
MAN1= socketpipe.1
MANCOMPRESSED= yes
PLIST_FILES= bin/socketpipe
.include <bsd.port.mk>