summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-17 16:07:45 +0000
committersno <sno@pkgsrc.org>2010-01-17 16:07:45 +0000
commit67932e90fea78a58e994d2839de6fada02e70c80 (patch)
treecd15b356f2db450929905b9ba441bc2b10754302 /devel
parentf7f7b356982ef63c751c369b6a1b7299e9fe5b1d (diff)
downloadpkgsrc-67932e90fea78a58e994d2839de6fada02e70c80.tar.gz
Adjusting dependencies to use Modules from Perl core, when reasonable.
Bumping revision to force rebuild (reduce cyclic dependencies detected by tron@).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Install/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile
index f73cec7e3de..2ff9f0c0026 100644
--- a/devel/p5-Module-Install/Makefile
+++ b/devel/p5-Module-Install/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2009/12/07 23:18:04 seb Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/17 16:07:45 sno Exp $
DISTNAME= Module-Install-0.91
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5moi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -12,17 +12,17 @@ HOMEPAGE= http://search.cpan.org/dist/Module-Install/
COMMENT= Perl5 module for building and installing Perl modules
LICENSE= gnu-gpl-v2 # OR artistic
-DEPENDS+= p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar
-DEPENDS+= p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort
-DEPENDS+= p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install
-DEPENDS+= p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS
+DEPENDS+= {perl>=5.10.1,p5-Archive-Tar>=1.44}:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.16}:../../devel/p5-Devel-PPPort
+DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.52}:../../devel/p5-ExtUtils-Install
+DEPENDS+= {perl>=5.10.1,p5-ExtUtils-ParseXS>=2.19}:../../devel/p5-ExtUtils-ParseXS
DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
-DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build
-DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList
+DEPENDS+= {perl>=5.10.0,p5-Module-Build>=0.2808}:../../devel/p5-Module-Build
+DEPENDS+= {perl>=5.10.1,p5-Module-CoreList>=2.17}:../../devel/p5-Module-CoreList
DEPENDS+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
-DEPENDS+= p5-PathTools>=3.28:../../devel/p5-PathTools
-DEPENDS+= p5-Parse-CPAN-Meta>=1.39:../../devel/p5-Parse-CPAN-Meta
+DEPENDS+= {perl>=5.10.1,p5-PathTools>=3.28}:../../devel/p5-PathTools
+DEPENDS+= {perl>=5.10.1,p5-Parse-CPAN-Meta>=1.39}:../../devel/p5-Parse-CPAN-Meta
DEPENDS+= p5-YAML-Tiny>=1.38:../../textproc/p5-YAML-Tiny
DEPENDS+= p5-JSON>=2.14:../../converters/p5-JSON