freebsd-ports/converters/py-better-bencode/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

17 lines
354 B
Makefile

# $FreeBSD$
PORTNAME= better-bencode
PORTVERSION= 0.2.1
CATEGORIES= converters devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, standard compliant Bencode serialization
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>