mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
20 lines
349 B
Makefile
20 lines
349 B
Makefile
PORTNAME= lxmf
|
|
DISTVERSION= 0.3.9
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= PYPI
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Lightweight Extensible Message Format for Reticulum
|
|
WWW= https://github.com/markqvist/nomadnet
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= reticulum>0:net-p2p/reticulum
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|