diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-07 23:50:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-07 23:50:29 +0800 |
commit | 2eb8de88b65a8f15480f5fdc2895676b019ec9ac (patch) | |
tree | 2e5786b03afc36d72281e0c158fc1b19481295fd /security/govpn/Makefile | |
parent | 56f9de2b605e6770093fa8e087b7c4d9c064f9c3 (diff) | |
download | freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.tar.gz freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.tar.zst freebsd-ports-gnome-2eb8de88b65a8f15480f5fdc2895676b019ec9ac.zip |
- Update to 5.9
- While here, clarify LICENSE and add LICENSE_FILE
PR: 210887
Submitted by: stargrave@stargrave.org (maintainer)
Diffstat (limited to 'security/govpn/Makefile')
-rw-r--r-- | security/govpn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/govpn/Makefile b/security/govpn/Makefile index f86563ac17c3..46e14dd122b1 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= govpn -PORTVERSION= 5.8 +PORTVERSION= 5.9 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ http://sourceforge.net/projects/govpn/files/ @@ -10,7 +10,8 @@ MASTER_SITES= http://www.cypherpunks.ru/govpn/download/ \ MAINTAINER= stargrave@stargrave.org COMMENT= Simple secure, DPI-resistant VPN daemon -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go:lang/go |