# $FreeBSD: head/textproc/py-pandocfilters/Makefile 559531 2020-12-28 23:02:12Z antoine $

PORTNAME=	pandocfilters
PORTVERSION=	1.4.3
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Utilities for writing pandoc filters in python

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>