head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.4
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.2
	pkgsrc-2025Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.11.15.03.58.12;	author wen;	state Exp;
branches;
next	;
commitid	vmfpYC9YVfbhmBiG;


desc
@@


1.1
log
@Import Test2-Plugin-UUID-0.002010 as devel/p5-Test2-Plugin-UUID.

Test2 normally uses unique IDs generated by appending pid, thread-id, and an
incrementing integer. These work fine most of the time, but are not sufficient
if you want to keep a database of events, in that case a real UUID is much more
useful.
@
text
@# $NetBSD$

DISTNAME=		Test2-Plugin-UUID-0.002010
PKGNAME=		p5-${DISTNAME}
CATEGORIES=		devel perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}

MAINTAINER=		wen@@NetBSD.org
HOMEPAGE=		https://metacpan.org/release/Test2-Plugin-UUID
COMMENT=		Use REAL UUIDs in Test2
LICENSE=		${PERL5_LICENSE}

DEPENDS+=		p5-UUID-Tiny>=0:../../devel/p5-UUID-Tiny

PERL5_PACKLIST=		auto/Test2/Plugin/UUID/.packlist

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