16 lines
376 B
Makefile
16 lines
376 B
Makefile
PORTNAME= better-bencode
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= converters devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast, standard compliant Bencode serialization
|
|
WWW= https://github.com/kosqx/better-bencode
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|