freebsd-ports/textproc/py-rst2html5/Makefile
Olivier Duchateau feeb4125d6 - Update to 1.2
2014-02-17 19:28:05 +00:00

23 lines
602 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= rst2html5
PORTVERSION= 1.2
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>=1.6:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}docutils>=0.11:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>