mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
7302777f2f
- switch to my server for dist files - fix spacing on = OK sthen@
27 lines
496 B
Makefile
27 lines
496 B
Makefile
COMMENT = cryptography-based networking stack
|
|
|
|
MODPY_DISTV = 1.3.1
|
|
DISTNAME = rns-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = net devel
|
|
|
|
HOMEPAGE = https://reticulum.network/
|
|
|
|
MAINTAINER = Aaron Bieber <abieber@openbsd.org>
|
|
|
|
# custom, see LICENSE
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
SITES = https://deftly.net/dist/
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODPY_PYTEST_ARGS = -v tests/all.py
|
|
|
|
RUN_DEPENDS = devel/py-serial \
|
|
security/py-cryptography
|
|
|
|
.include <bsd.port.mk>
|