0580b9460b
Patch provided by Martin Wilke via PR 34368. 1.08 Wed Jan 25 21:59:49 CST 2006 [FIXES] * File and directory names may now contain periods and hyphens. * Now exports all_modules(). 1.07_01 Wed Dec 28 23:10:31 CST 2005 [ENHANCEMENTS] * Can now use an alternate class that implements the Pod::Coverage interface. This is mostly useful for avoiding the necessity to redocument or itemize overriden methods in a subclass by using Pod::Coverage::CountParents. Thanks to Ricardo Signes.
19 lines
554 B
Makefile
19 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/10/21 08:34:52 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Pod-Coverage-1.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Pod-Coverage/
|
|
COMMENT= Check for pod coverage in your distribution
|
|
|
|
DEPENDS+= p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Pod/Coverage/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|