# HG changeset patch
# Parent 39295bd09086e41d7c1c9c2007189fd4e7ed78ad
diff -r 39295bd09086 -r 7220f55ef80a rsync.macports.org/release/ports/perl/p5-date-calc/Portfile
a
|
b
|
|
1 | 1 | # $Id: Portfile 67042 2010-04-27 23:02:18Z ryandesign@macports.org $ |
2 | | PortSystem 1.0 |
3 | | PortGroup perl5 1.0 |
4 | 2 | |
5 | | perl5.setup Date-Calc 5.4 |
6 | | maintainers nomaintainer |
7 | | description Gregorian calendar date calculations |
8 | | long_description The library provides all sorts of date calculations \ |
9 | | based on the Gregorian calendar (the one used in all \ |
10 | | western countries today), thereby complying with all \ |
11 | | relevant norms and standards: ISO/R 2015-1971, DIN \ |
12 | | 1355 and, to some extent, ISO 8601 (where \ |
13 | | applicable). |
14 | | checksums md5 7ae34972694127e8f1c9a2af1c24585b |
15 | | platforms darwin |
| 3 | PortSystem 1.0 |
| 4 | PortGroup perl5 1.0 |
16 | 5 | |
17 | | depends_lib-append port:p5-bit-vector port:p5-carp-clan |
| 6 | perl5.setup Date-Calc 5.4 |
| 7 | maintainers nomaintainer |
| 8 | description Gregorian calendar date calculations |
| 9 | long_description The library provides all sorts of date calculations \ |
| 10 | based on the Gregorian calendar (the one used in all \ |
| 11 | western countries today), thereby complying with all \ |
| 12 | relevant norms and standards: ISO/R 2015-1971, DIN \ |
| 13 | 1355 and, to some extent, ISO 8601 (where \ |
| 14 | applicable). |
18 | 15 | |
| 16 | checksums md5 7ae34972694127e8f1c9a2af1c24585b |
| 17 | |
| 18 | platforms darwin |
| 19 | |
| 20 | depends_lib-append port:p5-bit-vector port:p5-carp-clan |
| 21 | |