2015-09-10 20:50:18 +02:00
|
|
|
# Created by: Sergey Matveev <stargrave@stargrave.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= govpn
|
2017-04-06 14:47:36 +02:00
|
|
|
PORTVERSION= 7.3
|
2017-08-18 17:53:33 +02:00
|
|
|
PORTREVISION= 1
|
2015-09-10 20:50:18 +02:00
|
|
|
CATEGORIES= security
|
2017-08-18 17:53:33 +02:00
|
|
|
MASTER_SITES= http://www.govpn.info/download/
|
2015-09-10 20:50:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= stargrave@stargrave.org
|
|
|
|
COMMENT= Simple secure, DPI-resistant VPN daemon
|
|
|
|
|
2016-07-07 17:50:29 +02:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2015-09-10 20:50:18 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= go:lang/go
|
2015-09-10 20:50:18 +02:00
|
|
|
|
|
|
|
USES= tar:xz
|
2015-09-12 17:32:55 +02:00
|
|
|
MAKEFILE= BSDmakefile
|
2015-09-10 20:50:18 +02:00
|
|
|
|
2017-08-18 17:53:33 +02:00
|
|
|
PORTDOCS= AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS
|
2015-09-10 20:50:18 +02:00
|
|
|
INFO= govpn
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
PLIST_FILES= bin/govpn-server bin/govpn-client bin/govpn-verifier \
|
2016-01-14 09:02:41 +01:00
|
|
|
share/govpn/newclient.sh
|
2015-09-10 20:50:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|