opnsense-ports/converters/py-better-bencode/Makefile
Franco Fichtner 70213f4456 */*: sync with upstream
Taken from: FreeBSD
2016-06-23 04:21:33 +02: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>