freebsd-ports/devel/py-pytz/Makefile
2008-10-29 02:46:37 +00:00

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>