Files
David B. Evans 6917be94cf p5-data-censor: new port version 0.04
Data::Censor - censor sensitive stuff in a data structure
2025-09-17 14:09:15 -07:00

25 lines
860 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 Data-Censor 0.04
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description Data::Censor - censor sensitive stuff in a data structure
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 ab19bf53a9a2b07e57b3a1386963db5f2cb0acde \
sha256 b713694b004362ba799baca9ee96a5d1c45a5e297711e3312f741ef511e2cc83 \
size 6494
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-ref-util
}