eee93b8354
Upstream changes: 3.40 2019-10-23 Karl Williamson <khw@cpan.org> - Fixed iusse #108, Roy Storey++ - Make case sensitivity determination overridable by user, Kenneth Ölwing++ - Add expand_verbatim_tabs() method, which also can turn off expansion, fixing #110 3.39 2019-06-30 Karl Williamson <khw@cpan.org> - Fixed JustPod not opening file with :raw. Spotted by Dave Mitchell. Fixed by James Keenan - Fixed garbage line looking like pod. Spotted by Todd Rinaldo. - Finished fixing Issue 95 by adding note that = in column 1 can be misinterpreted as pod. 3.38 2019-05-30 Karl Williamson <khw@cpan.org> - Removed some alien files that somehow got in the tar, including a copy of Pod::Escapes. Spotted by Petr Pisar++ 3.37 2019-05-30 Karl Williamson <khw@cpan.org> - Suppressed some expected diagnostics under harness - Pod::Simple now depends on the 'if' module 3.36 2019-05-15 Karl Williamson <khw@cpan.org> - Added Pod::Simple::JustPod to extract the pod lines from a file - Improved detection of input encoding CP1252 vs UTF-8 - Fixed github issue #79, =cut event out of order - Fixed github issue #85, verbatim_indent doesn't work on HTML - Fixed github issue #89, css files refer to themselves - Fixed github issue #92, broken RTF with Unicode inputs - Extended RTF to handle Unicode code points above 0xFFFF - Nested L<> is now flagged as an error - Turned off negative repeat count does nothing warnings - Fixed/improved some docs about this distribution
18 lines
523 B
Makefile
18 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.46 2019/11/04 13:15:37 wen Exp $
|
|
|
|
DISTNAME= Pod-Simple-3.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Pod-Simple
|
|
COMMENT= Simple framework for parsing Pod
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.04}:../../textproc/p5-Pod-Escapes
|
|
|
|
PERL5_PACKLIST= auto/Pod/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|