opnsense-ports/converters/py-better-bencode/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

16 lines
376 B
Makefile

PORTNAME= better-bencode
PORTVERSION= 0.2.1
CATEGORIES= converters devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, standard compliant Bencode serialization
WWW= https://github.com/kosqx/better-bencode
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>