diff options
author | Carlo Strub <cs@FreeBSD.org> | 2023-09-22 19:00:12 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2023-09-22 19:00:12 +0000 |
commit | 70bc6153938674ccbecafadb7f1c8779d966888f (patch) | |
tree | c794ff4a69ef63cd0df59756ac2f0aa1866490dc /net-p2p | |
parent | f22c5cfb8533ea6b6d599da9911ae6cb822c0466 (diff) | |
download | ports-70bc6153938674ccbecafadb7f1c8779d966888f.tar.gz ports-70bc6153938674ccbecafadb7f1c8779d966888f.zip |
net-p2p/nomadnet: Fix license for GPLv3
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nomadnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/nomadnet/Makefile b/net-p2p/nomadnet/Makefile index 5f19d538ee53..fcf26f55c1e0 100644 --- a/net-p2p/nomadnet/Makefile +++ b/net-p2p/nomadnet/Makefile @@ -1,5 +1,6 @@ PORTNAME= nomadnet DISTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= PYPI @@ -7,7 +8,7 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Off-grid, resilient mesh communication WWW= https://github.com/markqvist/nomadnet -LICENSE= MIT +LICENSE= GPLv3 RUN_DEPENDS= lxmf>0:net-p2p/lxmf \ ${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \ |