- No longer used as SLAVE as overriding USES makes it complex; now it's used as an individual port - Revert devel/py-pytz MAINTAINER? Submitted by: koobs
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pytz
|
|
PORTVERSION= 2015.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= World Timezone Definitions for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3 tar:bzip2
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/${PYSETUP}
|
|
|
|
.include <bsd.port.mk>
|