diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2015-06-25 13:00:30 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2015-06-25 13:00:30 +0000 |
commit | 7bd3bded00f1c58ab4e110be9dabf8198f87b9c9 (patch) | |
tree | 03005a9d91e04c2220356bde226c8e47359d2644 /textproc/py-sphinx-intl | |
parent | devel/renpy: disable GENTOO mirrors until they host 6.99.* (diff) |
- Cleanup the Makefile
- Use CHEESESHOP as dist location
- Add python category
- Add LICENSE_FILE
- Fix order of USE_PYTHON
Notes
Notes:
svn path=/head/; revision=390567
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> |