# Created by: Sergey Matveev <stargrave@stargrave.org>
# $FreeBSD: head/security/govpn/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	govpn
PORTVERSION=	5.7
CATEGORIES=	security
MASTER_SITES=	http://www.cypherpunks.ru/govpn/download/ \
		http://sourceforge.net/projects/govpn/files/

MAINTAINER=	stargrave@stargrave.org
COMMENT=	Simple secure, DPI-resistant VPN daemon

LICENSE=	GPLv3

BUILD_DEPENDS=	go:lang/go

USES=		tar:xz
MAKEFILE=	BSDmakefile

PORTDOCS=	AUTHORS INSTALL NEWS README THANKS README.RU
INFO=		govpn
INSTALL_TARGET=	install-strip

PLIST_FILES=	bin/govpn-server bin/govpn-client bin/govpn-verifier \
		share/govpn/newclient.sh

.include <bsd.port.mk>