Files
ports/converters/py-better-bencode/Makefile
2016-06-22 17:23:19 +00:00

18 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>