mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
cfaa2e5462
A simple up-to-date bencode decoder-encoder library on pure Python. WWW: https://github.com/utdemir/bencoder PR: 206088 Submitted by: Neel Chauhan <neel@neelc.org>
21 lines
352 B
Makefile
21 lines
352 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bencoder
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= converters
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Simple up-to-date bencode decoder-encoder library on pure Python
|
|
|
|
LICENSE= GPLv1
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= utdemir
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|