diff options
author | sno <sno@pkgsrc.org> | 2009-04-15 07:32:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-15 07:32:14 +0000 |
commit | d67ced55a010d4102a0696c9d9216a5d6505b3fc (patch) | |
tree | ae611911f03e2d1e09f1ef3f6319c9e7e942e20c /devel | |
parent | f9055aa750eef7ffdda16850f0fc93f96c21ff4f (diff) | |
download | pkgsrc-d67ced55a010d4102a0696c9d9216a5d6505b3fc.tar.gz |
PkgSrc changes:
- Updating package for p5 module Module::Install to 0.84
- Set license to artistic-2.0
- Update and arrange dependency definitions to fit META.yml
Upstream changes:
0.84 Tue 14 Apr 2009 - Adam Kennedy
- Fix incorrect if => unless conversion (CHORNY)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Module-Install/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index 5a682f791e9..59ae6ebe45b 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2009/04/12 00:45:54 sno Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/15 07:32:14 sno Exp $ -DISTNAME= Module-Install-0.82 +DISTNAME= Module-Install-0.84 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 @@ -9,17 +9,18 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Install/ COMMENT= Perl5 module for building and installing Perl modules +LICENSE= artistic-2.0 DEPENDS+= p5-Archive-Tar>=1.44:../../archivers/p5-Archive-Tar +DEPENDS+= p5-Devel-PPPort>=3.16:../../devel/p5-Devel-PPPort +DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove DEPENDS+= p5-ExtUtils-Install>=1.52:../../devel/p5-ExtUtils-Install DEPENDS+= p5-ExtUtils-ParseXS>=2.19:../../devel/p5-ExtUtils-ParseXS DEPENDS+= p5-Module-Build>=0.2808:../../devel/p5-Module-Build DEPENDS+= p5-Module-CoreList>=2.17:../../devel/p5-Module-CoreList DEPENDS+= p5-Module-ScanDeps>=0.83:../../devel/p5-Module-ScanDeps DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist -DEPENDS+= p5-YAML-Tiny>=1.31:../../textproc/p5-YAML-Tiny -DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove -DEPENDS+= p5-Devel-PPPort-[0-9]*:../../devel/p5-Devel-PPPort +DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny PERL5_PACKLIST= auto/Module/Install/.packlist diff --git a/devel/p5-Module-Install/distinfo b/devel/p5-Module-Install/distinfo index 7eb41044912..72aa2660b58 100644 --- a/devel/p5-Module-Install/distinfo +++ b/devel/p5-Module-Install/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/04/12 00:45:54 sno Exp $ +$NetBSD: distinfo,v 1.8 2009/04/15 07:32:14 sno Exp $ -SHA1 (Module-Install-0.82.tar.gz) = e3d929ad994c84236b775250d78077097b3b5e30 -RMD160 (Module-Install-0.82.tar.gz) = dbd6eef18dc48cccad6ca4fc29c8e027de1e279b -Size (Module-Install-0.82.tar.gz) = 145216 bytes +SHA1 (Module-Install-0.84.tar.gz) = 6a5d155f5d2e8e3832f1aed060584674dc34783b +RMD160 (Module-Install-0.84.tar.gz) = d9066cd0b89b41e71a95cf5e41dbea666e7c3900 +Size (Module-Install-0.84.tar.gz) = 145276 bytes |