[121631] trunk/dports/perl/p5-datemanip/Portfile
mf2k at macports.org
mf2k at macports.org
Wed Jul 2 15:16:59 PDT 2014
Revision: 121631
https://trac.macports.org/changeset/121631
Author: mf2k at macports.org
Date: 2014-07-02 15:16:59 -0700 (Wed, 02 Jul 2014)
Log Message:
-----------
p5-datemanip: Detab. Conform to mode line. Reorganize to be like other p5 ports.
Modified Paths:
--------------
trunk/dports/perl/p5-datemanip/Portfile
Modified: trunk/dports/perl/p5-datemanip/Portfile
===================================================================
--- trunk/dports/perl/p5-datemanip/Portfile 2014-07-02 22:10:14 UTC (rev 121630)
+++ trunk/dports/perl/p5-datemanip/Portfile 2014-07-02 22:16:59 UTC (rev 121631)
@@ -1,29 +1,28 @@
# -*- 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
+PortSystem 1.0
+PortGroup perl5 1.0
-name p5-datemanip
+name p5-datemanip
perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Date-Manip 6.43 Date
+perl5.setup Date-Manip 6.43 Date
-maintainers nomaintainer
-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.
+platforms darwin
+maintainers nomaintainer
+license {Artistic GPL}
+supported_archs noarch
-checksums rmd160 7af824de2993eb4453a03a698f884af77e65860e \
- sha256 3fbb6f0a3acfbc1693aa80a4bd3482bd81d6b1f33f54cd907582bf30e4418f4b
+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.
-platforms darwin
-license {Artistic GPL}
+checksums rmd160 7af824de2993eb4453a03a698f884af77e65860e \
+ sha256 3fbb6f0a3acfbc1693aa80a4bd3482bd81d6b1f33f54cd907582bf30e4418f4b
-supported_archs noarch
-
if {${perl5.major} != ""} {
-depends_build-append port:p${perl5.major}-yaml-syck
+ depends_build-append port:p${perl5.major}-yaml-syck
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140702/7a0d8ee2/attachment.html>
More information about the macports-changes
mailing list