pkgsrc/devel/p5-Specio/Makefile
wiz 3ec7be6cd9 p5-Specio: update to 0.42.
0.42     2017-11-04

- The Perl library claimed it provided types named LaxVersionStr and
  StrictVersionStr but they were really named LaxVersion and
  StrictVersion. The names have now been fixed to match the documentation, so
  they are LaxVersionStr and StrictVersionStr.


0.41     2017-11-04

- Fixed checks for whether a class is loaded in light of upcoming optimization
  in Perl 5.28. Fixed by Sprout (GH #12).
2017-11-08 20:43:24 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2017/11/08 20:43:24 wiz Exp $
DISTNAME= Specio-0.42
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~drolsky/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
BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
PERL5_PACKLIST= auto/Specio/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"