# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Time-Period 1.20
revision            2
maintainers         behanna.org:chris
description         Determine if a time is within the next specified period.

homepage            http://search.cpan.org/~pryan/Period-${perl5.moduleversion}/Period.pm

long_description    \
{Time::Period is a module that provides the inPeriod method, which takes        \
an argument of a time and a delta from the current time, and returns true      \
if the time is within now + delta, false otherwise.  It is used for            \
firing scheduled events--backups, expiration of backups, etc.}

platforms           darwin freebsd

distname            Period-${perl5.moduleversion}

checksums           md5 63b073af8ec96e7fa48801cd6fcccdd1 \
                    sha1 98d324e9858debfa918d60892600650230a86e87 \
                    rmd160 4439c41e6f18498fd768f2bb0a44f75510284fa3

supported_archs noarch
