21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: py-tz
|
|
# Date created: Mar 22, 2006
|
|
# Whom: Khairil Yusof <kaeru@inigo-tech.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pytz
|
|
PORTVERSION= 2008i
|
|
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
|
|
|
|
.include <bsd.port.mk>
|