26 lines
548 B
Makefile
26 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.2 2020/04/16 04:37:57 rsadowski Exp $
|
|
|
|
COMMENT = Python3 interface to the Bitcoin data structure and protocol
|
|
|
|
MODPY_EGG_VERSION = 0.11.0
|
|
|
|
DISTNAME = python-bitcoinlib-${MODPY_EGG_VERSION}
|
|
PKGNAME = ${DISTNAME:S/^python-/py-/}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/petertodd/python-bitcoinlib
|
|
|
|
MAINTAINER = Clem Atis <clematis@insiberia.net>
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
|
|
.include <bsd.port.mk>
|