freebsd-ports/devel/py-babel/Makefile
Olivier Duchateau 1314d30a8d Update to 2.3.4
PR:		209306
Submitted by:	myself
Approved by:	Hung-Yi Chen (maintainer timeout 2 weeks)
2016-05-20 17:06:47 +00:00

31 lines
677 B
Makefile

# Created by: Dryice Liu<dryice@dryice.name>
# $FreeBSD$
PORTNAME= Babel
PORTVERSION= 2.3.4
CATEGORIES= devel python
MASTER_SITES= https://pypi.io/packages/source/B/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gaod@hychen.org
COMMENT= Collection of tools for internationalizing Python applications
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= docs/*
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in ${PORTDOCS}
${CP} -r ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>