diff options
Diffstat (limited to 'net-p2p/lxmf/Makefile')
-rw-r--r-- | net-p2p/lxmf/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/lxmf/Makefile b/net-p2p/lxmf/Makefile index 5f004fe071d7..a8bd70cf2899 100644 --- a/net-p2p/lxmf/Makefile +++ b/net-p2p/lxmf/Makefile @@ -1,6 +1,5 @@ PORTNAME= lxmf -DISTVERSION= 0.5.1 -PORTREVISION= 1 +DISTVERSION= 0.8.0 CATEGORIES= net-p2p MASTER_SITES= PYPI @@ -8,7 +7,10 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Lightweight Extensible Message Format for Reticulum WWW= https://github.com/markqvist/nomadnet -LICENSE= MIT +LICENSE= UNKNOWN +LICENSE_NAME= Reticulum License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= reticulum>0:net-p2p/reticulum |