pkgsrc/devel/p5-Test-Pod/Makefile
sno bbfdb181ec 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 06:13:48 +00:00

23 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/07/16 06:13:48 sno Exp $
DISTNAME= Test-Pod-1.40
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tp
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
COMMENT= Perl5 module to check for POD errors in files
LICENSE= artistic-2.0 OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Pod-Simple>=3.07:../../textproc/p5-Pod-Simple
DEPENDS+= {p5-Test-Simple>=0.62,perl>=5.8.8}:../../devel/p5-Test-Simple
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Pod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"