mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# 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>
|