mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4bf188169a
- switch to my server for dist files - fix spacing around = OK sthen@
29 lines
495 B
Makefile
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>
|