945d863e4c
Changelog doesn't have entry for 2.06. 2006-01-02 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.05 * fix the testcase for recursion so that it compiles and works also after patch 26370 to perl after which stashes are not autovivified anymore. 2005-12-25 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de> * release 2.04 * Export.pm now strict clean * Makefile.PL up to date * added ChangeLog.svn * added tests for recursion, pod, podcover * Fixed rt.cpan.org #8766--recursion
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/03/10 10:14:51 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-Symdump-2.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5dsd
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Symdump/
|
|
COMMENT= Perl5 module for inspecting perl's symtable/class hiers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Devel/Symdump/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|