Files
ports/net/dumbpipe/Makefile
T
2026-06-07 20:16:03 +00:00

20 lines
311 B
Makefile

PORTNAME= dumbpipe
DISTVERSIONPREFIX= v
DISTVERSION= 0.38.0
PORTREVISION= 0
CATEGORIES= net
MAINTAINER= feld@FreeBSD.org
COMMENT= Unix pipes between devices
WWW= https://dumbpipe.dev
LICENSE= MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= n0-computer
PLIST_FILES= bin/dumbpipe
.include <bsd.port.mk>