17 lines
495 B
Makefile
17 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.41 2021/05/24 19:51:42 wiz Exp $
|
|
|
|
DISTNAME= Test-Deep-1.130
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-Deep
|
|
COMMENT= Perl5 module to test deep structures
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/Deep/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|