# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 107597 2013-07-03 02:38:29Z dports@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

name			p5-datemanip
perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup		Date-Manip 6.40 Date

maintainers		nomaintainer
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       rmd160  2301a630f0e2cb7d410c0683c0f2589b5657e567 \
                sha256  a18d0beab9cfb2d99978daa93897686502fee9a2108f26f6229969110197c07a

platforms		darwin
license         {Artistic GPL}

supported_archs noarch

if {${perl5.major} != ""} {
depends_build-append port:p${perl5.major}-yaml-syck
}
