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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.22 5.24 |
---|
7 | perl5.setup Test-UseAllModules 0.17 |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license Artistic-1 GPL |
---|
12 | |
---|
13 | description do use_ok() for all the MANIFESTed modules |
---|
14 | |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 e4572cfc4740de7c6fd95c365dfd19c4ae2120a0 \ |
---|
18 | sha256 a71f2fe8b96ab8bfc2760aa1d3135ea049a5b20dcb105457b769a1195c7a2509 |
---|
19 | |
---|
20 | |
---|