p5-getopt-yath: new port, version 2.000011

Getopt::Yath - Option processing yath style
This commit is contained in:
David B. Evans
2026-04-08 17:01:16 -07:00
parent c4915cbeab
commit cfb5a53119
+29
View File
@@ -0,0 +1,29 @@
# -*- 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 Getopt-Yath 2.000011 ../../authors/id/E/EX/EXODIST
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description Getopt::Yath - Option processing yath style
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 6417dba88dca2415853f8893b87bed508dc893c6 \
sha256 2b0f78f94d246ead5c8f21550c5f00bcde93fd957e45b64a6db261137646f5ce \
size 138748
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-test-simple
depends_lib-append \
port:p${perl5.major}-cpanel-json-xs \
port:p${perl5.major}-importer \
port:p${perl5.major}-term-table
}