2014-10-09 15:44:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2014/10/09 13:44:45 wiz Exp $
|
2004-10-31 15:46:47 +01:00
|
|
|
|
2013-05-06 17:50:12 +02:00
|
|
|
DISTNAME= Test-Pod-1.48
|
2004-10-31 15:46:47 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 2
|
2004-10-31 15:46:47 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-02-19 13:17:14 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
|
2004-10-31 15:46:47 +01:00
|
|
|
COMMENT= Perl5 module to check for POD errors in files
|
pkgsrc changes:
- Updating package for p5 module Test::Pod from 1.26nb1 to 1.40
- Adjusting LICENSE and dependencies
Upstream changes:
1.40 - Sun Jul 12 23:32:11 CDT 2009
[THINGS THAT MAY BREAK YOUR CODE]
Test::Pod now requires Perl 5.8.0.
[ENHANCEMENTS]
Test::Pod now complains about the illegal construct L<text|url>.
Thanks to Paul Miller.
The list of directories to exclude is now much longer, and is
available in %Test::Pod::ignore_dirs. This list is right now:
'.bzr' => 'Bazaar',
'.git' => 'Git',
'.hg' => 'Mercurial',
'.pc' => 'quilt',
'.svn' => 'Subversion',
CVS => 'CVS',
RCS => 'RCS',
SCCS => 'SCCS',
_darcs => 'darcs',
_sgbak => 'Vault/Fortress',
2009-07-16 08:13:48 +02:00
|
|
|
LICENSE= artistic-2.0 OR gnu-gpl-v2
|
2004-10-31 15:46:47 +01:00
|
|
|
|
2010-01-29 17:20:33 +01:00
|
|
|
DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
|
|
|
|
DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple
|
2004-10-31 15:46:47 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Test/Pod/.packlist
|
2010-01-29 17:20:33 +01:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2004-10-31 15:46:47 +01:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|