1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/6tunnel/Makefile
Muhammad Moinur Rahman 970c9a1ad5 net/6tunnel: Update version 0.12=>0.13
- Remove bdrewary's LOCAL MASTERSITES
- Take MAINTAINERSHIP
2020-03-31 21:08:19 +00:00

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>