diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-06-25 21:00:30 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-06-25 21:00:30 +0800 |
commit | b1edc1ad4e18659f01f5d6006dc4306e6eb521f6 (patch) | |
tree | 03005a9d91e04c2220356bde226c8e47359d2644 | |
parent | b517d9887449324373de1e8fbe76f452b26c7fd1 (diff) | |
download | freebsd-ports-gnome-b1edc1ad4e18659f01f5d6006dc4306e6eb521f6.tar.gz freebsd-ports-gnome-b1edc1ad4e18659f01f5d6006dc4306e6eb521f6.tar.zst freebsd-ports-gnome-b1edc1ad4e18659f01f5d6006dc4306e6eb521f6.zip |
- Cleanup the Makefile
- Use CHEESESHOP as dist location
- Add python category
- Add LICENSE_FILE
- Fix order of USE_PYTHON
-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> |