Commits
David B. Evans authored 446f9549c97
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 5.28 5.30 |
7 - | perl5.setup MIME-Lite 3.030 |
8 - | revision 1 |
7 + | perl5.setup MIME-Lite 3.031 |
9 8 | license {Artistic-1 GPL} |
10 9 | maintainers nomaintainer |
11 10 | description a low-calorie MIME generator |
12 11 | long_description ${description} |
13 12 | platforms darwin |
14 13 | supported_archs noarch |
15 14 | |
16 - | checksums md5 5a6d90329e049eee77248d667343acc7 \ |
17 - | sha1 786e16420b79677dc1474676c8b4fde3fd5fb2e8 \ |
18 - | rmd160 86d89bc33764b51ffd3efb529ab30e68ef6475a5 |
15 + | checksums rmd160 5ccf6ef44de891328206de3688eb8b2db8105c07 \ |
16 + | sha256 f1235866482b67f00858b3edaa4ff4cf909ef900f1d15d889948bf9c03a591e0 \ |
17 + | size 82577 |
19 18 | |
20 19 | if {${perl5.major} != ""} { |
21 20 | depends_lib-append \ |
22 21 | port:p${perl5.major}-email-date-format \ |
23 22 | port:p${perl5.major}-mailtools \ |
24 23 | port:p${perl5.major}-mime-types |
25 24 | } |