freebsd-ports/converters/py-better-bencode/Makefile
Pawel Pekala 9dabc35adb Fast, standard compliant Bencode serialization.
WWW: https://pypi.python.org/pypi/better-bencode

PR:		209795
Submitted by:	Neel Chauhan <neel@neelc.org>
2016-06-22 17:23:19 +00:00

17 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= better-bencode
PORTVERSION= 0.2.1
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Bencoding and bdecoding implementation
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>