e66c257fda
2.15 Tue Apr 1 2008 - Add missing entries for Config.pm in recent perls - Install in core location for perl >= 5.8.9 (Jerry D. Hedden) 2.14 Mon Mar 17 2008 corelist changes: - Add a new -d option to find first perl version by date and not by version number - Better handling of perl versions that end with a 0 - use version.pm only for version numbers that have multiple dots - Fix tag for 5.00405 (Sam Vilain) 2.13 Tue Dec 18 2007 - Add data for perl 5.10.0
20 lines
542 B
Makefile
20 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/05/28 21:53:01 abs Exp $
|
|
#
|
|
|
|
DISTNAME= Module-CoreList-2.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mcl
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-CoreList/
|
|
COMMENT= Perl 5 module inventorying modules shipped with core Perl
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Module/CoreList/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|