Sun Jan 17 16:07:45 2010 UTC ()
Adjusting dependencies to use Modules from Perl core, when reasonable.
Bumping revision to force rebuild (reduce cyclic dependencies detected
by tron@).


(sno)
diff -r1.16 -r1.17 pkgsrc/devel/p5-Module-Install/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Module-Install/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Module-Install/Makefile 2009/12/07 23:18:04 1.16
+++ pkgsrc/devel/p5-Module-Install/Makefile 2010/01/17 16:07:45 1.17
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.16 2009/12/07 23:18:04 seb Exp $ 1# $NetBSD: Makefile,v 1.17 2010/01/17 16:07:45 sno Exp $
2 2
3DISTNAME= Module-Install-0.91 3DISTNAME= Module-Install-0.91
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 2
6SVR4_PKGNAME= p5moi 6SVR4_PKGNAME= p5moi
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Module-Install/ 11HOMEPAGE= http://search.cpan.org/dist/Module-Install/
12COMMENT= Perl5 module for building and installing Perl modules 12COMMENT= Perl5 module for building and installing Perl modules
13LICENSE= gnu-gpl-v2 # OR artistic 13LICENSE= gnu-gpl-v2 # OR artistic
14 14
15DEPENDS+= p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar 15DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
16DEPENDS+= p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort 16DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
17DEPENDS+= p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install 17DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install
18DEPENDS+= p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS 18DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS
19DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove 19DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
20DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build 20DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build
21DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList 21DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList
22DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps 22DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
23DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist 23DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
24DEPENDS+= p5-PathTools>=3.28:../../devel/p5-PathTools 24DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.28}:../../devel/p5-PathTools
25DEPENDS+= p5-Parse-CPAN-Meta>=1.39:../../devel/p5-Parse-CPAN-Meta 25DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta
26DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny 26DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny
27DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON 27DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON
28 28
29PERL5_PACKLIST= auto/Module/Install/.packlist 29PERL5_PACKLIST= auto/Module/Install/.packlist
30 30
31PKG_DESTDIR_SUPPORT= user-destdir 31PKG_DESTDIR_SUPPORT= user-destdir
32 32
33.include "../../lang/perl5/module.mk" 33.include "../../lang/perl5/module.mk"
34.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"