diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-03-25 15:50:17 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-03-25 15:50:17 +0000 |
commit | 3c564e83f4276cf574f582b28a2a1bf4839f952c (patch) | |
tree | e810bddee45a2f1a8da70edb59827fa28aaebdb1 /textproc/py-sphinx-intl/Makefile | |
parent | Pass maintainership to pkg@ (diff) |
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
Notes
Notes:
svn path=/head/; revision=382243
Diffstat (limited to 'textproc/py-sphinx-intl/Makefile')
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile new file mode 100644 index 000000000000..2105d4a8a9fb --- /dev/null +++ b/textproc/py-sphinx-intl/Makefile @@ -0,0 +1,21 @@ +# 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> |