mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
25688aefa3
Approved by: portmgr (blanket approval)
16 lines
349 B
Makefile
16 lines
349 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/socketpipe man/man1/socketpipe.1.gz
|
|
|
|
.include <bsd.port.mk>
|