blob: 42750d4b89774e0db9a63e7b3735ffa6f01d0480 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= nomadnet
DISTVERSION= 0.3.5
CATEGORIES= net-p2p
MASTER_SITES= PYPI
MAINTAINER= cs@FreeBSD.org
COMMENT= Off-grid, resilient mesh communication
WWW= https://github.com/markqvist/nomadnet
LICENSE= MIT
RUN_DEPENDS= lxmf>0:net-p2p/lxmf \
${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
reticulum>0:net-p2p/reticulum
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|