2f26d4a3c8
0.47 2021-01-29 - Change Specio constraint object's stringification overloading to return the type name rather than the default Perl object stringification, which gives you something like "Specio::Constraint::Parameterized=HASH(0x564d258efb48)". Anonymous are special cased to return something you can print. - All types now overload the `eq` comparison operator. Moose expects types to be comparable in this manner when doing role summation. This fixes a bug reported by Martin Gruner. GH #18.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2021/04/26 15:01:33 wiz Exp $
|
|
|
|
DISTNAME= Specio-0.47
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Specio
|
|
COMMENT= Type constraints and coercions for Perl
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
|
|
DEPENDS+= p5-Role-Tiny>=1.003003:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
|
|
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
|
|
# recommended
|
|
DEPENDS+= p5-Ref-Util-[0-9]*:../../devel/p5-Ref-Util
|
|
|
|
TEST_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
|
|
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
TEST_DEPENDS+= p5-XString-[0-9]*:../../devel/p5-XString
|
|
|
|
PERL5_PACKLIST= auto/Specio/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|