053cdefef8
- Remove pkg-plist, use PYDISTUTILS_AUTOPLIST PR: ports/186121 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
25 lines
485 B
Makefile
25 lines
485 B
Makefile
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pytz
|
|
PORTVERSION= 2013.9
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= World Timezone Definitions for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|