Files
ports/devel/py-bencode/Makefile
T
2025-04-29 10:37:44 +00:00

25 lines
462 B
Makefile

COMMENT = bencoding and bdecoding implementation
MODPY_DISTV = 2.1.0
DISTNAME = bencode.py-${MODPY_DISTV}
PKGNAME = py-bencode-${MODPY_DISTV}
REVISION = 6
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
BUILD_DEPENDS = devel/py-pbr
NO_TEST = Yes
.include <bsd.port.mk>