mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
15 lines
396 B
Makefile
15 lines
396 B
Makefile
PORTNAME= socketpipe
|
|
PORTVERSION= 1.10
|
|
PORTREVISION= 1
|
|
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
|
|
WWW= https://www.spinellis.gr/sw/unix/socketpipe/
|
|
|
|
PLIST_FILES= bin/socketpipe \
|
|
share/man/man1/socketpipe.1.gz
|
|
|
|
.include <bsd.port.mk>
|