8edfe85588
Based on patch privided by Martin Wilke via PR 34421. And this version depend on p5-Devel-Symdump>=2.01. 0.18 Friday 4th August, 2006 Rewrite _CvGV in terms of B::CV - no xs dependency anymore (suggested by Tim Bunce) Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private stoplists. (rt #12451) Support documentation where the method name is documented in a ::qualified style (rt #14635) Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489) Added a nonwhitespace option (Alex - rt #14950)
20 lines
592 B
Makefile
20 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/10/21 08:11:10 obache Exp $
|
|
|
|
DISTNAME= Pod-Coverage-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Coverage/
|
|
COMMENT= Checks if the documentation of a module is comprehensive
|
|
|
|
DEPENDS+= p5-Devel-Symdump>=2.01:../../devel/p5-Devel-Symdump
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Pod/Coverage/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|