pkgsrc/devel/p5-Module-ScanDeps/Makefile

21 lines
545 B
Makefile
Raw Normal View History

# $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
Updated devel/p5-Module-ScanDeps to 0.84 [Changes for 0.84 - 2008-05-13] * Add special case for Class::MethodMaker. [Changes for 0.83 - 2008-03-23] * Add special case for Image::ExifTool. [Changes for 0.82 - 2008-01-08] * Add Test::More to build requirements (Alexandr Ciornii) * Add dependency on version.pm * Now correctly identifies feature.pm as a dependency if "use 5.10.0;" (and up) is found. [Changes for 0.81 - 2007-12-07] * Fix for the case-insensitive-file-system-test. [Changes for 0.80 - 2007-11-30] * Fix to avoid duplicated entries arising from used_by references with case differences. * Do not report input files themselves as dependencies. (Regression from 0.74 onwards) * Remove warning from ScanFileRE tests. [Changes for 0.78 - 2007-11-17] * Fix ScanFileRE heuristics to allow for scanning files without suffixes. [Changes for 0.77 - 2007-09-20] * Add support for prefork.pm (similar to how base.pm is detected). * Added uses field to hash descriptions returned by scan_deps + tests (Adrian Issott) * Added ScanFileRE to restrict the files scanned to .pl, .pm, .al and .t but allow the user to override + tests (Adrian Issott) [Changes for 0.76 - 2007-07-21] * Fix special case for Term::ReadLine (should not rope in Tk) * New special case for Tcl::Tk (should not rope in Tk either!) * New special case for threads::shared ==> rope in attributes.pm * Fix to avoid duplicated entries that can arise due to case differences that don't actually matter on case-tolerant systems (Adrian Issott) * M::SD warnings now go to STDERR not STDOUT (Adrian Issott) * Fixed bug #24162: scandeps.(bat|pl) doesn't correctly identify Core Modules on Windows (Adrian Issott) * Now finds shared libraries for modules specified as input files. * Tests for finding shared libraries. [Changes for 0.75 - 2007-06-24] * Fix special cases for POE. (Roderich Schupp) * Added exported path_to_inc_name subroutine (Adrian Issott) * Added Module::Build::ModuleInfo dependency (Adrian Issott) * Fixed bug where input files weren't scoped properly * Add new "check-for-dynaloader" test. (Eric Wilhelm)
2008-05-28 23:49:26 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"