mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
222e095f2a
based on discussion at ports@ [1]. As VPN softwares are put in different physical category net and security. This is a little bit confusing. Let's give them new virtual category net-vpn. [1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-April/115915.html PR: 239395 Submitted by: myself Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21174
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# Created by: Sergey Matveev <stargrave@stargrave.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= govpn
|
|
DISTVERSION= 7.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net-vpn
|
|
MASTER_SITES= http://www.govpn.info/download/
|
|
|
|
MAINTAINER= stargrave@stargrave.org
|
|
COMMENT= Simple secure, DPI-resistant VPN daemon
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= go:no_targets 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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|