Files
2022-11-07 11:00:48 +11:00

24 lines
786 B
Tcl

# -*- 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
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34
perl5.setup Digest-MD5-File 0.08
license {Artistic-1 GPL}
maintainers nomaintainer
description Perl extension for getting MD5 sums for files and urls.
long_description ${description}
platforms {darwin any}
checksums rmd160 11b2ceb9a85276df0cf5df185fde6866b5e46930 \
sha256 adb43a54e32627b4f7e57c9640e6eb06d0bb79d8ea54cd0bd79ed35688fb1218
supported_archs noarch
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-libwww-perl
}