freebsd-ports/textproc/py-sphinx-intl/Makefile
Kris Moore 3c564e83f4 Add textproc/py-sphinx-intl
Sphinx-intl is a utility tool that provides several features that
makes it easy to translate and to apply translation to Sphinx
generated document.

WWW: https://pypi.python.org/pypi/sphinx-intl
2015-03-25 15:50:17 +00:00

21 lines
511 B
Makefile

# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$
PORTNAME= sphinx-intl
PORTVERSION= 0.9.5
CATEGORIES= textproc
MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \
http://www.pcbsd.org/~kris/software/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Sphinx-intl translation features
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>