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

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Date-Manip 5.54 Date
name			p5-datemanip

maintainers		mas openmaintainer
description		Perl Module for manipulating date and time.
long_description	This is a set of routines designed to make any common\
			 date/time manipulation easy to do. Operations such \
			as comparing two times, calculating a time a given \
			amount of time from another, or parsing international \
			times are all easily done.
checksums		md5 16c343329bad644b17f4f8ec5fb243cf \
                sha1 88ce43556343024c3b86815e4938399226eab55a
platforms		darwin

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