mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
388 B
Makefile
21 lines
388 B
Makefile
COMMENT = Python3 interface to the Bitcoin data structure and protocol
|
|
|
|
MODPY_DISTV = 0.11.0
|
|
DISTNAME = python-bitcoinlib-${MODPY_DISTV}
|
|
PKGNAME = ${DISTNAME:S/^python-/py-/}
|
|
REVISION = 8
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/petertodd/python-bitcoinlib
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|