summaryrefslogtreecommitdiffstats
path: root/textproc/py-rst2html5/Makefile
blob: 0e637ba713e8ef89c6267a464f56ce303c74825a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Olivier Duchateau
# $FreeBSD$

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

MAINTAINER=	ports@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>
OpenPOWER on IntegriCloud