blob: 732819c1df2b7e0bf2afc97f6658b78da5f98441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Sergey Matveev <stargrave@stargrave.org>
# $FreeBSD$
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:${PORTSDIR}/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>
|