Commits
David B. Evans authored cfba99433b3
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 |
7 - | perl5.setup ExtUtils-Manifest 1.70 |
7 + | perl5.setup ExtUtils-Manifest 1.71 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 - | description utilities to write and check a MANIFEST file |
10 + | description ExtUtils::Manifest - Utilities to write and check a MANIFEST file |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 bce8a59cf51da8bf0e25964828aa4285af068367 \ |
16 - | sha256 eeff062050b223964cd8f624a90ae75df443612239df34a20ff87644f9f52b95 |
15 + | checksums rmd160 bbf5519aa3fa7a627b579dd556ca673324ba8e3f \ |
16 + | sha256 00671b88ece23de3633a554cf3432d4b8351a598c55a79bfdb7ea1e3219747e1 \ |
17 + | size 40116 |
17 18 | |
18 19 | supported_archs noarch |