1b14e011e9
--------------------- 1.022 2014-12-23 21:11:27-05:00 America/New_York - do not crash when encountering arg-less "use aliased;" 1.021 2014-11-06 21:08:49-05:00 America/New_York - instead of always trying to use lib, add a -I switch to scan-perl-prereqs - when finding files to scan, find files, not anything else 1.020 2014-07-02 18:52:33-04:00 America/New_York - update CPAN::Meta::Requirements version to match current formatting 1.019 2014-01-07 19:37:41-05:00 America/New_York - add a warning about PPI's unclear interpretation of strings 1.018 2013-11-03 21:53:46 America/New_York - make the scan-perl-prereqs program also scan .PL and .cgi files - also check for "Foo->VERSION(x)" after "require Foo" - doc improvements from David Steinbrunner and Karen Etheridge 1.017 2013-10-07 17:56:34 America/New_York - eliminate testing of Carp for its prereqs, which *did* change from older 5.8.8 installs
30 lines
1.2 KiB
Makefile
30 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2015/02/14 12:35:15 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Perl-PrereqScanner-1.022
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Perl-PrereqScanner/
|
|
COMMENT= Tool to scan your Perl code for its prerequisites
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta-Requirements>=2.120.630}:../../devel/p5-CPAN-Meta-Requirements
|
|
DEPENDS+= p5-Getopt-Long-Descriptive-[0-9]*:../../devel/p5-Getopt-Long-Descriptive
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-Module-Path-[0-9]*:../../filesystems/p5-Module-Path
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
DEPENDS+= p5-PPI>=1.205:../../devel/p5-PPI
|
|
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
|
|
DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
PERL5_PACKLIST= auto/Perl/PrereqScanner/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|