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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
8 | perl5.setup Sys-MemInfo 0.91 |
---|
9 | revision 0 |
---|
10 | license {LGPL-2+} |
---|
11 | maintainers nomaintainer |
---|
12 | description Memory informations |
---|
13 | long_description ${description} |
---|
14 | platforms darwin |
---|
15 | worksrcdir Sys-MemInfo |
---|
16 | |
---|
17 | checksums rmd160 8efa2a167801f18f7f55e76ba358ceec1bfe0eb2 \ |
---|
18 | sha256 c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143 |
---|
19 | |
---|