forked from Lainports/opnsense-ports
27 lines
594 B
Makefile
27 lines
594 B
Makefile
# Created by: Sergey Matveev <stargrave@stargrave.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= govpn
|
|
DISTVERSION= 7.5
|
|
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>
|