1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Pav Lucistnik ddef71acca - Fix zoneinfo installation and unbreak
PR:		ports/82062
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
Approved by:	maintainer timeout (40 days)
2005-07-20 11:28:23 +00:00

25 lines
630 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= 0.9
CATEGORIES= devel python
MASTER_SITES= https://moin.conectiva.com.br/DateUtil?action=AttachFile&do=get&target=
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-dateutil-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Provides powerful extensions to the standard datetime module
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.mk>