# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 name p5-datemanip perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Date-Manip 6.50 Date platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch 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 b5b3e155d3df415e669586d4c73bca62a0ee7eaa \ sha256 188f3537acacb63f8805bed79372a10d9e14380df5389b473989c490dce2a07d if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-inter perl5.use_module_build }