pkgsrc/devel/p5-Carp-Assert-More/Makefile
mef 1781c276ae (devel/p5-Carp-Asset-More) Updated 1.16 to 1.20
1.20    Fri Aug  9 10:10:06 CDT 2019
        [ENHANCEMENTS]
        Add assert_datetime() for asserting DateTime objects.

1.18    Fri Jul 19 17:12:32 CDT 2019
        [ENHANCEMENTS]
        Added assert_aoh() for asserting an array of hashrefs.
2019-10-13 10:57:37 +00:00

19 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.20 2019/10/13 10:57:37 mef Exp $
DISTNAME= Carp-Assert-More-1.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Carp-Assert-More
COMMENT= Perl5 module providing convenience wrappers around Carp::Assert
LICENSE= artistic-2.0
PERL5_PACKLIST= auto/Carp/Assert/More/.packlist
DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert
DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"