27 lines
495 B
Makefile
27 lines
495 B
Makefile
|
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-/}
|
||
|
REVISION = 4
|
||
|
|
||
|
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_PYBUILD = setuptools
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
.include <bsd.port.mk>
|