aboutsummaryrefslogtreecommitdiff
path: root/net/6tunnel/Makefile
blob: 2c37c4c1d6026040bf1de84fbcf8ea37b551b6f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>