blob: 923faacce2cb236b654770e3b9aa4014c06b2f48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
# $FreeBSD$
PORTNAME= pytz
PORTVERSION= 2016.10
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= World Timezone Definitions for Python
LICENSE= MIT
USES= python tar:bzip2
USE_PYTHON= autoplist distutils
post-patch:
@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>
|