aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-sphinx-intl/Makefile
blob: 1dde6d4f6c77cb34aa3a927dc4a1eacfb1df4177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sphinx-intl
PORTVERSION=    0.9.5
PORTREVISION=   2
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:textproc/py-sphinx \
        ${PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib \
        ${PKGNAMEPREFIX}six>=1.8.0:devel/py-six

USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>