Files
2022-11-05 11:45:38 +11:00

25 lines
817 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 Authen-Simple-Passwd 0.6
license {Artistic-1 GPL}
maintainers nomaintainer
description Authen::Simple::Passwd - Simple Passwd authentication
long_description ${description}
platforms {darwin any}
checksums rmd160 3f5d3cd1649335f21629ef3a841f56ee77f42bbf \
sha256 cf55bc36259edf0fd6af9ad2bac81b31dc5b56a162c660590ecb969c7c1674b2
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-authen-simple
supported_archs noarch
perl5.use_module_build
}