64a7bbac63
Changes: https://www.spinellis.gr/sw/unix/socketpipe/ChangeLog.txt PR: 230222 Submitted by: ndowens@yahoo.com Approved by: dds (maintainer timeout, ~6 months)
16 lines
354 B
Makefile
16 lines
354 B
Makefile
# Created by: dds
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketpipe
|
|
PORTVERSION= 1.10
|
|
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>
|