- Cleanup the Makefile
- Use CHEESESHOP as dist location - Add python category - Add LICENSE_FILE - Fix order of USE_PYTHON
This commit is contained in:
parent
862fb8449c
commit
7bd3bded00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390567
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue