b9303f4c96
v2.3.1 2019-10-23 - RT-130694: all_pm_files_ok and all_pl_files_ok should return true/false v2.3.0 2019-10-09 - Search for perl files in blib first (Alexandr Ciornii <alexchorny@gmail.com>) - Improve tests, remove redundant code, - Refactor POD, make the deprecation of the functional interface clearer
21 lines
729 B
Makefile
21 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.24 2019/10/28 12:53:38 mef Exp $
|
|
|
|
DISTNAME= Test-Compile-v2.3.1
|
|
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-Compile
|
|
COMMENT= Perl 5 module to check whether Perl module files compile correctly
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
|
|
TEST_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
|
|
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Compile/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|