pkgsrc/textproc/p5-Pod-POM/Makefile
sno 43aa87f796 PkgSrc changes:
- Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory
2009-04-24 07:06:05 +00:00

22 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.20 2009/04/24 07:06:05 sno Exp $
#
DISTNAME= Pod-POM-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pod
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Pod-POM/
COMMENT= P5 module to format POD into an object format, hence POM
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Pod/POM/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"