# $Id: Portfile 32568 2008-01-08 02:38:48Z ricci@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 version 0.14 perl5.setup File-MimeInfo ${version} revision 0 maintainers ricci 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} checksums md5 b4cb0ea1a30730c24747199784d90968 \ sha1 5a375be72c3b9107cdb4ada65b3973bb33e4f474 platforms darwin depends_lib port:shared-mime-info patchfiles patch-lib-File-MimeInfo.pm.diff post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/lib/File/MimeInfo.pm }