# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		TimeDate 1.16 Date
maintainers		nomaintainer
description		time and date parsing routines
long_description	This module replaces my earlier GetDate module, \
					which was only a date parser. The date parser \
					contained in this distribution is far superior to \
					the yacc based parser, and a *lot* faster. \
					The parser contained here will only parse absolute \
					dates, if you want a date parser that can parse \
					relative dates then take a look at the Time modules \
					by David Muir on CPAN.
checksums		md5 b3cc35a7cabd106ac8829d2f2ff4bd9d
platforms		darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
