freebsd-ports/textproc/py-rst2html5/Makefile
Olivier Duchateau 48a985f045 Update to 1.7.4
2015-04-11 20:17:09 +00:00

22 lines
585 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= rst2html5
PORTVERSION= 1.7.4
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:${PORTSDIR}/textproc/py-genshi \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}docutils>=0.12:${PORTSDIR}/textproc/py-docutils
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>