mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f88da4eaea
PR: ports/99276 Submitted by: miwi Approved by: markus (co mentor), maintainer
24 lines
492 B
Makefile
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>
|