pkgsrc/devel/p5-Type-Tiny-XS/Makefile
wiz 1990cc98a7 p5-Type-Tiny-XS: update to 0.021.
0.021	2020-08-18

 [ Bug Fixes ]
 - Fix Enum test case for when Type::Parser is not available.

0.020	2020-08-17

 - Allow Enum[] to take a list of quoted strings rather than just
   barewords.
   Andrew Ruder++
   <https://github.com/tobyink/p5-type-tiny-xs/pull/12>

0.019	2020-08-05

 [ Packaging ]
 - Remove some cruft that was accidentally packaged.

0.018	2020-08-05

 [ Test Suite ]
 - Tests for InstanceOf

 [ Other ]
 - Slight speed boost for InstanceOf in cases where the object being tested
   overrides UNIVERSAL::isa.
2020-09-07 10:23:05 +00:00

18 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/09/07 10:23:05 wiz Exp $
DISTNAME= Type-Tiny-XS-0.021
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Type-Tiny-XS
COMMENT= XS boost for some of Type::Tiny's type constraints
LICENSE= ${PERL5_LICENSE}
TEST_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
PERL5_PACKLIST= auto/Type/Tiny/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"