aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pytz/Makefile
blob: 7d715f60d860540ea03905c1a3ae45d3a13778f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    py-tz
# Date created:         Mar 22, 2006
# Whom:             Khairil Yusof <kaeru@inigo-tech.com>
#
# $FreeBSD$
#

PORTNAME=   pytz
PORTVERSION=    2009p
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>