mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-pytz/Makefile
Normal file
21
python/py-pytz/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
|
||||
# $FreeBSD: head/devel/py-pytz/Makefile 473646 2018-07-01 01:16:39Z lwhsu $
|
||||
|
||||
PORTNAME= pytz
|
||||
PORTVERSION= 2018.5
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= World Timezone Definitions for Python
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user