mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
970c9a1ad5
- Remove bdrewary's LOCAL MASTERSITES - Take MAINTAINERSHIP
25 lines
408 B
Makefile
25 lines
408 B
Makefile
# Created by: Vassili Tchersky <vt@bsdjeunz.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|