Prune devel/py-EnthoughtBase
[dports.git] / devel / py-babel / Makefile
1 # Created by: Dryice Liu<dryice@dryice.name>
2 # $FreeBSD$
3
4 PORTNAME=       Babel
5 PORTVERSION=    2.0
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     gaod@hychen.org
11 COMMENT=        Collection of tools for internationalizing Python applications
12
13 LICENSE=        BSD3CLAUSE
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
16
17 USES=           python
18 USE_PYTHON=     autoplist concurrent distutils
19
20 PORTDOCS=       docs/*
21
22 OPTIONS_DEFINE= DOCS
23
24 post-install:
25         ${MKDIR} ${STAGEDIR}${DOCSDIR}
26 .for docfile in ${PORTDOCS}
27         ${CP} -r ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
28 .endfor
29
30 .include <bsd.port.mk>