pkgsrc/devel/p5-Perl-PrereqScanner-NotQuiteLite/Makefile
wen 4d3e3f5514 Update to 0.9908
Upstream changes:
0.9908 2019/08/24
  - fixed Win32 path separator issues

0.9907 2019/08/22
  - changed scan_also and features options to accept glob expressions
  - added "version" option to show what's going on

0.9906 2019/07/06
  - fixed PackageVariant parser not to die when it finds something
    other than importing
2019-10-04 07:05:14 +00:00

26 lines
1,002 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/10/04 07:05:14 wen Exp $
#
DISTNAME= Perl-PrereqScanner-NotQuiteLite-0.9908
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite
COMMENT= Tool to scan your Perl code for its prerequisites
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
DEPENDS+= p5-Module-CPANfile>=1.1004:../../devel/p5-Module-CPANfile
DEPENDS+= p5-Module-Find>=0:../../devel/p5-Module-Find
DEPENDS+= p5-Regexp-Trie>=0:../../devel/p5-Regexp-Trie
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker-CPANfile>=0.06:../../devel/p5-ExtUtils-MakeMaker-CPANfile
BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
BUILD_DEPENDS+= p5-Test-UseAllModules>=0.17:../../devel/p5-Test-UseAllModules
PERL5_PACKLIST= auto/Perl/PrereqScanner/NotQuiteLite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"