aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/pyln-bolt7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/pyln-bolt7/Makefile')
-rw-r--r--net-p2p/pyln-bolt7/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/pyln-bolt7/Makefile b/net-p2p/pyln-bolt7/Makefile
new file mode 100644
index 000000000000..92d6f2615fab
--- /dev/null
+++ b/net-p2p/pyln-bolt7/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= pyln-bolt7
+PORTVERSION= 1.0.246
+CATEGORIES= net-p2p python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= vd@FreeBSD.org
+COMMENT= Lightning Network BOLT7 implementation
+WWW= https://github.com/ElementsProject/lightning/tree/master/contrib/pyln-spec/bolt7
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>