mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# Created by: Vassili Tchersky <vt@bsdjeunz.org>
|
|
|
|
PORTNAME= 6tunnel
|
|
DISTVERSION= 0.13
|
|
CATEGORIES= net
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= TCP proxy for applications that do not speak IPv6
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wojtekka
|
|
GH_TAGNAME= 6c64c42
|
|
|
|
PLIST_FILES= bin/6tunnel \
|
|
man/man1/6tunnel.1.gz
|
|
|
|
.include <bsd.port.mk>
|