# $FreeBSD: head/converters/py-bencoder/Makefile 411434 2016-03-20 11:17:27Z pi $

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>
