pkgsrc/devel/p5-Test-Deep/Makefile
wiz 8a95abe64c p5-Test-Deep: update to 1.128.
1.128     2018-04-18
        - numerous small improvements to documentation; thanks to
          Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall
        - improved CI setup; thanks to eadjei and Philip J. Ludlam
2018-05-02 12:09:53 +00:00

18 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.34 2018/05/02 12:09:53 wiz Exp $
DISTNAME= Test-Deep-1.128
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
COMMENT= Perl5 module to test deep structures
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test/Deep/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"