diff options
Diffstat (limited to 'textproc/py-sphinx-intl')
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 2ab1a830754c..e520bd9fbac0 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -4,20 +4,20 @@ PORTNAME= sphinx-intl PORTVERSION= 0.9.5 PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= https://pypi.python.org/packages/source/s/${PORTNAME}/ \ - http://www.pcbsd.org/~kris/software/ +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kmoore@FreeBSD.org COMMENT= Sphinx-intl translation features LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \ ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |