Files
ports/converters/py-bencoder/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
339 B
Makefile

PORTNAME= bencoder
PORTVERSION= 0.2.1
CATEGORIES= converters
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple bencode decoder/encoder library in pure Python
LICENSE= GPLv1
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= utdemir
NO_ARCH= yes
.include <bsd.port.mk>