You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
9741ef3328
These ports haven't been updated upstream in a number of years. * p5-algorithm-combinatorics * p5-async-interrupt * p5-b-flags * p5-backuppc-xs * p5-cairo-gobject * p5-compress-lzf * p5-data-structure-util * p5-devel-leak * p5-digest-whirlpool * p5-file-sync * p5-font-freetype * p5-http-xscookies * p5-io-fdpass * p5-list-moreutils-xs * p5-list-someutils-xs * p5-pdf-api2-xs * p5-ref-util-xs * p5-text-visualwidth * p5-unicode-checkutf8 * p5-unicode-normalize * p5-uri-escape-xs * p5-xstring
21 lines
783 B
Tcl
21 lines
783 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-Whirlpool 2.04
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 dad8153caf234615bedfae2ba18df8b9f21b2d26 \
|
|
sha256 c62755a0fc39401046d7e42ab2fd03407914739ec96f906ee1c2cbf516b2f1d1 \
|
|
size 107362
|
|
|
|
if {${perl5.major} != ""} {
|
|
patchfiles patch-default-inc-excludes-dot.diff
|
|
}
|