pkgsrc/devel/p5-Type-Tiny-XS/Makefile
wen 0f961adfdb Update to 0.014
Upstream changes:
0.014   2018-05-20

 [ Bug Fixes ]
 - Bool was letting overloaded blessed objects pass the type constraint. It
   shouldn't.
   Gregory Oschwald++
   <https://github.com/tobyink/p5-type-tiny-xs/issues/5>

0.013   2018-05-15

 [ Bug Fixes ]
 - Strings like '00' and '000' shouldn't be accepted as PositiveInt.
   Will Storey++
   <https://github.com/tobyink/p5-type-tiny-xs/issues/7>
2018-05-25 03:21:31 +00:00

17 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/05/25 03:21:31 wen Exp $
DISTNAME= Type-Tiny-XS-0.014
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Type-Tiny-XS/
COMMENT= XS boost for some of Type::Tiny's type constraints
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Type/Tiny/XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"