blob: ce5597d54382edc3696d0a624f43c69df1bc2fc1 (
plain) (
blame)
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: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>
|