summaryrefslogtreecommitdiff
path: root/net/udptunnel/Makefile
blob: 6614550874d723471af95e24f2a09712b4be681b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Yen-Ming Lee <leeym@leeym.com>

PORTNAME=	udptunnel
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.cs.columbia.edu/~lennox/udptunnel/

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Tunnel UDP packets over a TCP connection

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/udptunnel

.include <bsd.port.mk>