2008-09-07 21:38:48 +02:00
|
|
|
# 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
|
2008-09-07 21:38:48 +02:00
|
|
|
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 \
|
2009-03-28 16:57:36 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \
|
2008-09-07 21:38:48 +02:00
|
|
|
${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= Sphinx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|