32aff02bb6
0.016 2019-09-05 [ Bug Fixes ] - Fix Int check on large unsigned integers. Graham Knop++ <https://github.com/tobyink/p5-type-tiny-xs/pull/9> 0.015 2019-09-03 [ Bug Fixes ] - Casting a non-integer number to an integer elsewhere mistakenly caused the Int check to think the non-integer was an integer. Curtis "Ovid" Poe++ <https://github.com/tobyink/p5-type-tiny-xs/issues/8>
17 lines
522 B
Makefile
17 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/11/02 11:21:49 mef Exp $
|
|
|
|
DISTNAME= Type-Tiny-XS-0.016
|
|
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}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Type/Tiny/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|