blob: 86243ef9ce1063620f202abcedd4bccd90c82a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.24 2022/10/01 08:16:34 wen Exp $
DISTNAME= Test-File-Contents-0.242
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-File-Contents
COMMENT= Perl5 module for test routines examining the contents of files
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|