blob: 680394d269052d4127959bdecae071c6743bce33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|