# Created by: Olivier Duchateau
# $FreeBSD: tags/RELEASE_11_0_0/textproc/py-rst2html5/Makefile 416482 2016-06-06 18:32:18Z olivierd $

PORTNAME=	rst2html5
PORTVERSION=	1.8
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	olivierd@FreeBSD.org
COMMENT=	Produces HTML5 documents from reStructuredText sources

LICENSE=	MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi \
	${PYTHON_PKGNAMEPREFIX}pygments>=2.1:textproc/py-pygments \
	${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils

USES=	python
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>
