blob: 029087b2c715c5fcb44ba319e099098cffcf21b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.23 2015/06/12 10:49:48 wiz Exp $
DISTNAME= Test-Deep-0.115
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
PKGREVSION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@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
DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
PERL5_PACKLIST= auto/Test/Deep/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|