freebsd-ports/net/socketpipe/Makefile
Tobias Kortkamp 64a7bbac63 net/socketpipe: Update to 1.10
Changes:	https://www.spinellis.gr/sw/unix/socketpipe/ChangeLog.txt
PR:		230222
Submitted by:	ndowens@yahoo.com
Approved by:	dds (maintainer timeout, ~6 months)
2019-01-25 07:16:37 +00:00

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>