76ce608920
2013-03-27 k <k@k83.linux.bogus> * release 2.10 * no change to 2.10-TRIAL 2013-03-24 k <k@k83.linux.bogus> * release 2.10-TRIAL * release 2.09-TRIAL * address RT#84139: fix test to work with upcoming perl 5.18 (Thanks to ZEFRAM) * fixed the autogen.t test again, this time for perl 5.8.9 2012-05-20 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 2.08_53 * apply doc patch by Nick Stokoe from ticket #77102 * declare dependency on Compress::Zlib 2009-03-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> * release 2.08_51 * added a test by Jason M. Mills to chase down the bug he reports in https://rt.cpan.org/Ticket/Display.html?id=43675
19 lines
539 B
Makefile
19 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.30 2013/09/05 18:49:30 wiz Exp $
|
|
|
|
DISTNAME= Devel-Symdump-2.10
|
|
PKGNAME= p5-${DISTNAME}00
|
|
SVR4_PKGNAME= p5dsd
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Symdump/
|
|
COMMENT= Perl5 module for inspecting perl's symtable/class hiers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Devel/Symdump/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|