freebsd-ports/textproc/py-sphinx/Makefile

28 lines
714 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-sphinx
# Date created: 2008-09-08
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sphinx
2009-09-05 11:36:58 +02:00
PORTVERSION= 0.6.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Sphinx-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python documentation generator
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \
${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Sphinx
.include <bsd.port.mk>