198cbdaec4
1.22 Sat 1 Mar 2008 - 1.21_01 tested ok, moving to production version - No changes 1.21_01 Tue 12 Feb 2008 - Adding experimental support for utf8 methods (as per http://rt.cpan.org/Public/Bug/Display.html?id=28796) 1.20 Tue 12 Feb 2008 - CPAN Testers results look good for 1.19_01, converting to a production release. 1.19_01 Mon 11 Feb 2008 - Bug fix to adapt to changes to File::Spec 1.18 Thu 8 Nov 2007 - Incremental release, no functional changes - Updated to Module::Install 0.68 (This brings META.yml to the current version) - Updated versions of the automated tests that were causing CPAN Testers failures.
17 lines
482 B
Makefile
17 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/04/23 19:49:26 wiz Exp $
|
|
|
|
DISTNAME= Class-Inspector-1.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Inspector/
|
|
COMMENT= Provides information about Classes
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Class/Inspector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|