2015-03-25 16:50:17 +01:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sphinx-intl
|
|
|
|
PORTVERSION= 0.9.5
|
2015-07-08 16:21:06 +02:00
|
|
|
PORTREVISION= 2
|
2015-06-25 15:00:30 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
2015-03-25 16:50:17 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
|
|
COMMENT= Sphinx-intl translation features
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2015-06-25 15:00:30 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-03-25 16:50:17 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx \
|
|
|
|
${PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib \
|
|
|
|
${PKGNAMEPREFIX}six>=1.8.0:devel/py-six
|
2015-03-25 16:50:17 +01:00
|
|
|
|
|
|
|
USES= python
|
2015-06-25 15:00:30 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2015-03-25 16:50:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|