pkgsrc/devel/p5-Module-ScanDeps/Makefile
wen 6122907745 Update to 1.31
Upstream changes:
1.31  2021-04-21

- Try to match more PerlIO ":layer(args)" in open() or binmode()
  e.g. Spreadsheet::ParseODS uses ":gzip(none)";

  Thanks, @shawnlaffan, for the suggestion (cf. PR #12)

- XML::Twig::XPath needs either XML::XPathEngine or XML::XPath
  XML::Twig may use URI if present

- Moo may use Class::XSAccessor if present

- Fixes #10 "Support IUP.pm Module"

1.30  2021-01-13

- change bugtracker to GitHub issues

- guard against trailing slashes for paths in @INC

- interprete more common "use lib" idioms
2021-07-05 10:41:30 +00:00

24 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.53 2021/07/05 10:41:30 wen Exp $
DISTNAME= Module-ScanDeps-1.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Module-ScanDeps
COMMENT= Perl 5 module to recursively scan Perl code for dependencies
LICENSE= ${PERL5_LICENSE}
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-prefork-[0-9]*:../../devel/p5-prefork
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/ScanDeps/.packlist
REPLACE_PERL+= script/scandeps.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"