af6a204241
Upstream changes: 2009-06-27 Andreas J. Koenig <andk@cpan.org> * release 1.9402, nearly identical to 1.94_01 with these additions: * protect build_dir_reuse to not process irrelevant yaml files; addressing a bug report by Asif Iqbal on cpan-discuss mailing list * doc fix by Dan Dascalescu 2009-06-14 Andreas J. Koenig <andk@cpan.org> * release 1.94_01, a candidate for the next stable release * friendlier CPAN shell startup message (RT#46869 by ADAMK) * sets $Archive::Tar::CHOWN=0 and $Archive::Tar::SAME_PERMISSIONS=0; (RT#46384 reported by John Lightsey) * fix CPAN Testers reports summary for new website YAML format (RT#46652; David Golden) * continuing to improve error handling on unplugged operation (tracked in RT#44549) * fix RT#46378: what happens when using 'o conf urllist' for reordering
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/07 20:49:40 sno Exp $
|
|
|
|
DISTNAME= CPAN-1.9402
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/
|
|
COMMENT= Perl module to query, download and build perl modules from CPAN sites
|
|
|
|
MAKE_PARAMS+= verbose
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
PERL5_PACKLIST= auto/CPAN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|