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

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>