# -*- 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-MimeInfo 0.34 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description This module can be used to determine the mime type of a file. \ It tries to implement the freedesktop specification for a shared MIME database. long_description {*}${description} platforms {darwin any} supported_archs noarch checksums rmd160 d91345cc0c14411e1a71276fbaecea57f49ec95c \ sha256 8bf19c635cc3f5d2a49dc094654bc1d0aad807998cbec52d65d0aff6ad0b2125 \ size 35446 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-encode-locale \ port:p${perl5.major}-file-basedir \ port:p${perl5.major}-file-desktopentry \ port:p${perl5.major}-path-tiny \ port:shared-mime-info patchfiles patch-lib-File-MimeInfo.pm.diff post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/lib/File/MimeInfo.pm } }