1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/py-dateutil/Makefile
Li-Wen Hsu 0ee6dcfe07 - Update to 1.2
PR:		ports/114116
Submitted by:	lwhsu
Approved by:	Maintainer timeout
2007-09-08 00:16:26 +00:00

24 lines
588 B
Makefile

# New ports collection makefile for: py-datetime
# Date created: Sun May 8 06:34:45 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dateutil
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= http://labix.org/download/python-dateutil/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-dateutil-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Provides powerful extensions to the standard datetime module
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-dateutil
.include <bsd.port.mk>