Files
abieber 4bf188169a Update nomadnet to 1.2.2
- switch to my server for dist files
- fix spacing around =

OK sthen@
2026-05-27 14:44:20 +00:00

29 lines
495 B
Makefile

COMMENT = Reticulum based mesh communication
MODPY_DISTV = 1.2.2
DISTNAME = nomadnet-${MODPY_DISTV}
PKGNAME = ${DISTNAME}
CATEGORIES = net
HOMEPAGE = https://github.com/markqvist/nomadnet
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
MODULES = lang/python
SITES = https://deftly.net/dist/
MODPY_PYBUILD = setuptools
NO_TEST = Yes
RUN_DEPENDS = devel/py-urwid \
net/py-rns \
net/py-lxmf \
textproc/py-pygments
.include <bsd.port.mk>