summaryrefslogtreecommitdiff
path: root/net/tsctp/Makefile
blob: 69b49d90a8b6d10f92f3687220a4895c185771bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	tsctp
DISTVERSION=	0.8.2
CATEGORIES=	net
MASTER_SITES=	https://www.nntb.no/~dreibh/tsctp/download/

MAINTAINER=	thomas.dreibholz@gmail.com
COMMENT=	SCTP Test Tool
WWW=		https://www.nntb.no/~dreibh/tsctp/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING-BSD

USES=		cmake tar:xz

PLIST_FILES=	bin/tsctp \
		share/bash-completion/completions/tsctp \
		share/man/man1/tsctp.1.gz

.include <bsd.port.mk>