2006-05-01 13:05:22 +00:00
|
|
|
# New ports collection makefile for: py-tz
|
|
|
|
# Date created: Mar 22, 2006
|
|
|
|
# Whom: Khairil Yusof <kaeru@inigo-tech.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pytz
|
2008-04-23 11:31:25 +00:00
|
|
|
PORTVERSION= 2008b
|
2006-05-01 13:05:22 +00:00
|
|
|
CATEGORIES= devel python
|
2007-04-18 05:51:30 +00:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
2007-04-07 23:40:09 +00:00
|
|
|
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
|
2006-05-01 13:05:22 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-04-18 05:51:30 +00:00
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
2006-05-01 13:05:22 +00:00
|
|
|
COMMENT= World Timezone Definitions for Python
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2007-03-02 01:37:31 +00:00
|
|
|
USE_PYTHON= yes
|
2008-04-20 09:31:43 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-03-02 01:37:31 +00:00
|
|
|
|
2006-05-01 13:05:22 +00:00
|
|
|
.include <bsd.port.mk>
|