mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
d4ae46c754
PR: 220619 (with slight modification) Submitted by: Sergey Matveev <stargrave@stargrave.org> (maintainer)
29 lines
610 B
Makefile
29 lines
610 B
Makefile
# Created by: Sergey Matveev <stargrave@stargrave.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= govpn
|
|
PORTVERSION= 7.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.govpn.info/download/
|
|
|
|
MAINTAINER= stargrave@stargrave.org
|
|
COMMENT= Simple secure, DPI-resistant VPN daemon
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= go:lang/go
|
|
|
|
USES= tar:xz
|
|
MAKEFILE= BSDmakefile
|
|
|
|
PORTDOCS= AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS
|
|
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>
|