9dabc35adb
WWW: https://pypi.python.org/pypi/better-bencode PR: 209795 Submitted by: Neel Chauhan <neel@neelc.org>
17 lines
325 B
Makefile
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>
|