# HG changeset patch
# Parent f017171aa4ede10ec65bee871d14450089c20da3
diff -r f017171aa4ed rsync.macports.org/release/ports/perl/p5-autobox/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | 5 | |
6 | | perl5.setup autobox 2.70 |
| 6 | perl5.setup autobox 2.71 |
| 7 | license Artistic/GPL |
7 | 8 | maintainers narf_tm openmaintainer |
8 | | description call methods on native types |
| 9 | description Call methods on native types |
9 | 10 | long_description The autobox pragma allows methods to be called on \ |
10 | 11 | integers, floats, strings, arrays, hashes, and \ |
11 | 12 | code references in exactly the same manner as \ |
… |
… |
|
13 | 14 | |
14 | 15 | platforms darwin |
15 | 16 | |
16 | | checksums md5 2399312bfffbf91e8fdce306f0357e86 \ |
17 | | sha1 dc495eee74fd0da2afec701484af9d0ec3f4e171 \ |
18 | | rmd160 57c36d5715856f366898c4854c39d71f75dc3496 |
| 17 | checksums md5 559aa842c67ea65fd0c52e9abe68839f \ |
| 18 | sha1 7aacedae9f7fcda80e42af662082104ebc191bf5 \ |
| 19 | rmd160 5996683f25fb87839f3462701ae090515975fce4 |
19 | 20 | |
20 | 21 | depends_lib-append port:p5-scope-guard |