aboutsummaryrefslogtreecommitdiff
path: root/converters/py-bencoder/Makefile
blob: 6e5742ad6174d94d541d526f2dfd9846c839017b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>