aboutsummaryrefslogtreecommitdiff
path: root/net/socketpipe/Makefile
blob: 3cffbaf2841a092acebdfe47642a73ef62bafe33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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

NO_STAGE=	yes
.include <bsd.port.mk>