pkgsrc/devel/p5-Module-ScanDeps/Makefile
seb be755a2d68 Update from version 0.84 to version 0.89.
Pkgsrc changes:
* Drop dependencies on Perl 5 modules provided by the minimum
required perl5 package (5.10)

Upstream changes:
[Changes for 0.89 - 2008-11-03]
* Distribution fixes.
* Do not use base Exporter.
* Detection of 'asa' and 'only::matching'.

[Changes for 0.88 - 2008-10-28]
* Add special case for File::HomeDir.

[Changes for 0.87 - 2008-10-28]
* Add special case for PPI.

[Changes for 0.86 - 2008-10-23]
* Fix the 'use prefork "Foo"' static detection.
* Fix the detection of any of the module-loader modules such as
  prefork, autouse, etc. if invoked as 'use prefork"Foo"' (note
  the lack of a space).
* Slightly refactor the loader-module scanning. (see above)
* Support for "use maybe 'foo';"
* Use (arch|priv)libexp instead of (arch|priv)lib
  in scandeps.pl (Mark Stosberg)
* Update to Module::Install 0.77

[Changes for 0.85 - 2008-08-01]
* Add special case for Net::Server.
2008-11-07 20:58:07 +00:00

20 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/11/07 20:58:07 seb Exp $
#
DISTNAME= Module-ScanDeps-0.89
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"