Files
pkgsrc-ng/devel/p5-Test-Deep/Makefile
2016-11-18 22:39:22 +01:00

19 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.29 2016/09/12 12:28:06 wen Exp $
DISTNAME= Test-Deep-1.123
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"