head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.05.15.07.49.36;	author wiz;	state Exp;
branches;
next	;
commitid	dIVmwW2tCcdhPSFG;


desc
@@


1.1
log
@devel/p5-File-XDG: import p5-File-XDG-1.03

This module provides a basic implementation of the XDG base directory
specification as exists by the Free Desktop Organization (FDO). It
supports all XDG directories except for the runtime directories,
which require session management support in order to function.
@
text
@# $NetBSD$

DISTNAME=	File-XDG-1.03
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=File/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://metacpan.org/pod/File::XDG
COMMENT=	Basic implementation of the XDG base directory specification
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Path-Tiny>=0:../../filesystems/p5-Path-Tiny
DEPENDS+=	p5-Ref-Util>=0:../../devel/p5-Ref-Util
TEST_DEPENDS+=	p5-Path-Class>=0:../../devel/p5-Path-Class

PERL5_PACKLIST=	auto/File/XDG/.packlist
USE_LANGUAGES=	# none

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
@
