You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
1009 B
Tcl
22 lines
1009 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Time-Period 1.25
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
|
|
description Determine if a time is within the next specified period.
|
|
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.
|
|
|
|
checksums rmd160 0047c7de096f76b18380c36fb46244fda15553f7 \
|
|
sha256 d07fa580529beac6a9c8274c6bf220b4c3aade685df65c1669d53339bf6ef1e8
|
|
|
|
platforms {darwin any} freebsd
|
|
supported_archs noarch
|