pkgsrc/devel/p5-Module-ScanDeps/Makefile
abs 299d21100f Updated devel/p5-Module-ScanDeps 0.68 -> 0.74
[Changes for 0.74 - 2007-04-26]
* Same as 0.73_01, but not a developer release.

[Changes for 0.73_01 - 2007-03-28]
* Fixed bug "scan_deps doesn't show ALL the dependencies"
* Ensured all file entries are given by absolute paths
* Added a number of test artificial dependency trees as test data mainly for
  "scan_deps doesn't show ALL the dependencies" bug
* Added tests for scandeps recurse option (all pass)
* Added tests for scandeps skip option (all pass)
* Added tests to show a duplicated dependency is in fact only shown once (all pass)
* Added Utils.pm test module containing generic_scandeps_rv_test and
  compare_scandeps_rvs subroutines (Adrian Issott)

[Changes for 0.73 - 2007-03-25]
* Now being a little cleverer for detecting globs in diamond operators.
  (Requiring a meta character within the <>.)

[Changes for 0.72 - 2007-02-03]
* Case-insensitive @INC removal for case-insensitive
  filesystems (Eric Wilhelm)

[Changes for 0.71 - 2007-01-04]
* Added special cases for
  Catalyst
  Class::MakeMethods
  Config::Any
  DBIx::Class
  Email::Send
  Log::Log4perl
  SQL::Translator
* print() the "# Legend..." line instead of warn()ing it.

[Changes for 0.70 - 2006-11-21]
* Added special case for Image::Info.

[Changes for 0.69 - 2006-11-07]
* Additional corner cases for LWP::UserAgent and LWP::Parallel::UserAgent and
  friends.
2007-06-09 23:37:46 +00:00

18 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/06/09 23:37:46 abs Exp $
#
DISTNAME= Module-ScanDeps-0.74
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5msd
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Module-ScanDeps/
COMMENT= Perl 5 module to recursively scan Perl code for dependencies
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/ScanDeps/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"