aboutsummaryrefslogtreecommitdiff
path: root/net/udptunnel/Makefile
blob: c2e03cfc361f1e7152a5f56b8ce78e8fbf7ff2c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		http://www.cs.columbia.edu/~lennox/udptunnel/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/udptunnel

.include <bsd.port.mk>