blob: 311e5db31096c5589257243acabbf5efaaf3e54d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: py-sphinx
# Date created: 2008-09-08
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sphinx
PORTVERSION= 0.5.1
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}Jinja>=1.1:${PORTSDIR}/devel/py-Jinja \
${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Sphinx
.include <bsd.port.mk>
|