f327cc4e3b
- Remove USE_BZIP2
22 lines
583 B
Makefile
22 lines
583 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.4.1
|
|
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_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python-dateutil
|
|
|
|
.include <bsd.port.mk>
|