# $Id: Portfile,v 1.1 2005/04/28 23:24:26 mww Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			DateTime-Format-Strptime 1.0601
version				1.06.01
maintainers			mat@FreeBSD.org
description			Parse and format strp and strf time patterns
long_description \
	This module implements most of strptime(3), the POSIX function that is \
	the reverse of strftime(3), for DateTime. While strftime takes a \
	DateTime and a pattern and returns a string, strptime takes a string \
	and a pattern and returns the DateTime object associated.

platforms			darwin

checksums md5 4d65ba10fb7886c313ab817fe611ee65

depends_lib-append	port:p5-params-validate port:p5-datetime-locale \
			port:p5-datetime-timezone port:p5-datetime
