pkgsrc/devel/p5-File-MimeInfo/Makefile
mef ffd24f08b4 Updated devel/p5-File-MimeInfo to 0.28
--------------------------------------
0.28  2016-11-27
 -  Follow the current mime-apps-spec (fixes #8, #20)
    The current version of the mime-apps spec locates the per-user defaults
    file in `$XDG_CONFIG_HOME/mimeapps.list`. Use that location, and fall
    back to the per-system and distribution defaults as specified, with the
    previous legacy defaults file as a final fallback.
    Fix by Patrick Burroughs (Celti)
2016-12-15 21:50:44 +00:00

22 lines
789 B
Makefile

# $NetBSD: Makefile,v 1.26 2016/12/15 21:50:44 mef Exp $
DISTNAME= File-MimeInfo-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-MimeInfo/
COMMENT= Perl module for the freedesktop shared MIME database
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-BaseDir-[0-9]*:../../devel/p5-File-BaseDir
DEPENDS+= p5-File-DesktopEntry-[0-9]*:../../devel/p5-File-DesktopEntry
DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info
# for make test (when t/05_more.t 'require (File::DesktopEntry);'
BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
PERL5_PACKLIST= auto/File/MimeInfo/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"