pkgsrc/textproc/p5-Pod-POM/Makefile

22 lines
569 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:58 wiz Exp $
DISTNAME= Pod-POM-0.29
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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
LICENSE= ${PERL5_LICENSE}
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 09:06:05 +02:00
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
USE_LANGUAGES= # empty
2008-06-12 04:14:13 +02:00
PERL5_PACKLIST= auto/Pod/POM/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"