Ticket #43017: Portfile

File Portfile, 1.1 KB (added by jul_bsd@…, 10 years ago)
Line 
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
4PortSystem 1.0
5
6PortGroup perl5 1.0
7
8name                p5-datemanip
9perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
10perl5.setup         Date-Manip 6.43 Date
11
12maintainers         nomaintainer
13description         Perl Module for manipulating date and time.
14long_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.
19platforms           darwin
20license             {Artistic GPL}
21
22checksums           rmd160  7af824de2993eb4453a03a698f884af77e65860e \
23                    sha256  3fbb6f0a3acfbc1693aa80a4bd3482bd81d6b1f33f54cd907582bf30e4418f4b
24
25supported_archs noarch
26
27if {${perl5.major} != ""} {
28    depends_build-append port:p${perl5.major}-yaml-syck
29}
30
31
32