ports/devel/py-bencode/Makefile

28 lines
533 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = bencoding and bdecoding implementation
MODPY_EGG_VERSION = 2.1.0
DISTNAME = bencode.py-${MODPY_EGG_VERSION}
PKGNAME = py-bencode-${MODPY_EGG_VERSION}
REVISION = 3
CATEGORIES = devel
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BitTorrent Open Source License
# BTOSL http://www.bittorrent.com/license
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS = devel/py-pbr${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>