mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
9646a1edaa
PR: ports/177167 Submitted by: William Grzybowski <william88@gmail.com>
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# Created by: Khairil Yusof <kaeru@inigo-tech.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pytz
|
|
PORTVERSION= 2013b
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= World Timezone Definitions for Python
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|