1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/py-pytz/Makefile
Martin Wilke f88da4eaea Update to 2006g
PR:		ports/99276
Submitted by:	miwi
Approved by:	markus (co mentor), maintainer
2006-06-23 19:55:25 +00:00

24 lines
492 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= 2006g
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pytz
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pytz-${PORTVERSION}
MAINTAINER= kaeru@inigo-tech.com
COMMENT= World Timezone Definitions for Python
USE_BZIP2= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>