p5-file-xdg: new port, version 1.03

File::XDG - Basic implementation of the XDG base directory specification
This commit is contained in:
David B. Evans
2026-05-17 19:24:46 -07:00
parent 7e76c598ae
commit 0cd37e86c4
+31
View File
@@ -0,0 +1,31 @@
# -*- 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 File-XDG 1.03 ../../authors/id/P/PL/PLICEASE
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description File::XDG - Basic implementation of the XDG base directory specification
long_description {*}${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 51e2fe3f38aa8da598cb3e7c28406df1bd6435c9 \
sha256 88bd7c1458cb763beced6e7bd0c11972a156b1e39232984f8a7a8be4206bf7ce \
size 22576
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-file-temp \
port:p${perl5.major}-path-class
depends_lib-append \
port:p${perl5.major}-file-path \
port:p${perl5.major}-path-tiny \
port:p${perl5.major}-ref-util
}