summaryrefslogtreecommitdiff
path: root/net/dumbpipe/Makefile
blob: b0e123e97e43f49010115505d641f73e6e670828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=		dumbpipe
DISTVERSIONPREFIX=	v
DISTVERSION=		0.27.0
PORTREVISION=	3
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>