pkgsrc/devel/p5-Module-Install/Makefile
sno 8e50117510 PkgSrc changes:
- Updating package for p5 module of Module::Install from 0.85 to 0.86
  - Changing license to gnu-gpl-v2

Upstream changes:
0.86 Sat  2 May 2009
	- Alter _check_lock to test the CPAN version and use
	  PERL5_CPAN_IS_RUNNING if new enough so we don't accidentally
	  configure CPAN unless it's so old we have no choice (MSTROUT)
	- Tweak the SkipInstall logic so --skipdeps bypasses everything
	  again including any loading of CPAN, no matter how old (MSTROUT)
	- Adding ./example, ./test and ./xt to the no_index list (ADAMK)
	- Removed $VERSION from the tests (ADAMK)
	- Various POD fixes (ADAMK)
2009-05-01 20:54:06 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2009/05/01 20:54:06 sno Exp $
DISTNAME= Module-Install-0.86
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5moi
CATEGORIES= devel perl5
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= 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+= 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+= p5-Module-ScanDeps>=0.89:../../devel/p5-Module-ScanDeps
DEPENDS+= p5-PAR-Dist>=0.29:../../devel/p5-PAR-Dist
DEPENDS+= p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
PERL5_PACKLIST= auto/Module/Install/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"