Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= bencoder
PORTVERSION= 0.2.1
CATEGORIES= converters
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple bencode decoder/encoder library in pure Python
LICENSE= GPLv1
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= utdemir
NO_ARCH= yes
.include <bsd.port.mk>