mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= bencoder
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= converters python
|
|
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 concurrent distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= utdemir
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|