blob: 55e46db960cd3aeb9a6647a2492c80a0c29eb080 (
plain)
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: Khairil Yusof <kaeru@inigo-tech.com>
# $FreeBSD$
PORTNAME= pytz
PORTVERSION= 2017.2
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 zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>
|