pkgsrc/devel/p5-App-cpanminus/Makefile
seb 409ef5a5ea Update p5-App-cpanminus from version 1.0004 to version 1.0006.
Upstream changes:
1.0006  Fri Jul  2 16:52:06 PDT 2010
   - Use module's version number instead of distribution when to display whether
     this is an upgrade or reinstall (doy) #43

1.0005  Fri Jul  2 16:36:55 PDT 2010
   - Clarified that the minimal perl version supported is 5.8 (chocolateboy)
   - Now being able to look when configure and build fails
   - Automatically disable uninstall_shadows when local::lib is used. This bug was causing
     cpanm to remove modules in @INC with perl 5.10 or older (kazeburo, sugyan)
2010-07-12 00:09:59 +00:00

22 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/07/12 00:09:59 seb Exp $
#
DISTNAME= App-cpanminus-1.0006
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/App-cpanminus/
COMMENT= Perl5 script to get, unpack, build and install modules from CPAN
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/App/cpanminus/.packlist
DEPENDS+= p5-Module-Build>=0.36000:../../devel/p5-Module-Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"