1 | # -*- 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 |
---|
2 | # $Id: Portfile 107597 2013-07-03 02:38:29Z dports@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup perl5 1.0 |
---|
7 | |
---|
8 | name p5-datemanip |
---|
9 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
10 | perl5.setup Date-Manip 6.43 Date |
---|
11 | |
---|
12 | maintainers nomaintainer |
---|
13 | description Perl Module for manipulating date and time. |
---|
14 | long_description This is a set of routines designed to make any common\ |
---|
15 | date/time manipulation easy to do. Operations such \ |
---|
16 | as comparing two times, calculating a time a given \ |
---|
17 | amount of time from another, or parsing international \ |
---|
18 | times are all easily done. |
---|
19 | platforms darwin |
---|
20 | license {Artistic GPL} |
---|
21 | |
---|
22 | checksums rmd160 7af824de2993eb4453a03a698f884af77e65860e \ |
---|
23 | sha256 3fbb6f0a3acfbc1693aa80a4bd3482bd81d6b1f33f54cd907582bf30e4418f4b |
---|
24 | |
---|
25 | supported_archs noarch |
---|
26 | |
---|
27 | if {${perl5.major} != ""} { |
---|
28 | depends_build-append port:p${perl5.major}-yaml-syck |
---|
29 | } |
---|
30 | |
---|
31 | |
---|
32 | |
---|