Ticket #50959: Portfile

File Portfile, 947 bytes (added by kngspook@…, 8 years ago)

p5-filesys-dfportable Portfile (new)

Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20 5.22
8perl5.setup         Filesys-DfPortable 0.85
9platforms           darwin
10maintainers         nomaintainer
11license             Artistic-1 GPL
12supported_archs     noarch
13
14description         Perl extension for filesystem disk space information.
15long_description    Filesys::DfPortable provides a portable way to obtain \
16                    filesystem disk space information. This module differs \
17                    from Filesys::Df in that it has added support for Windows,\
18                    but does not support open filehandles as a argument.
19
20checksums           rmd160 6d69e68b898b437a8526378c5ede09d107afffad \
21                    sha256 7849db0398de770d058629922ffd82bda0fed7885219b045a5c0804b8ea74661
22
23