]> Cypherpunks.ru repositories - govpn.git/blob - ports/govpn/Makefile
No SourceForge mirror anymore
[govpn.git] / ports / govpn / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       govpn
4 PORTVERSION=    7.3
5 CATEGORIES=     security
6 MASTER_SITES=   http://www.govpn.info/download/
7
8 MAINTAINER=     stargrave@stargrave.org
9 COMMENT=        Simple secure, DPI-resistant VPN daemon
10
11 LICENSE=        GPLv3+
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 BUILD_DEPENDS=  go:lang/go
15
16 USES=           tar:xz
17 MAKEFILE=       BSDmakefile
18
19 PORTDOCS=       AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS
20 INFO=           govpn
21 INSTALL_TARGET= install-strip
22
23 PLIST_FILES=    bin/govpn-server bin/govpn-client bin/govpn-verifier \
24                 share/govpn/newclient.sh
25
26 .include <bsd.port.mk>