Import converters/py-better-bencode version 0.2.1
[dports.git] / converters / py-better-bencode / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       better-bencode
4 PORTVERSION=    0.2.1
5 CATEGORIES=     converters devel python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     neel@neelc.org
10 COMMENT=        Bencoding and bdecoding implementation
11
12 LICENSE=        BSD3CLAUSE
13
14 USES=           python
15 USE_PYTHON=     distutils autoplist
16
17 .include <bsd.port.mk>