pkgsrc/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile
rodent 2f6c96e7e7 0.06 Tue 21 May 2015
Fixed usage of Dist::Zilla::Plugin::OurPkgVersion so that MetaCPAN will
	hopefully accept this version
        Fixed issue with custom formatting parameters not being passed around
	properly.
0.05    Tue 21 May 2015
        Fixed bug with empty <td> tags.
0.04    Tue 19 May 2015
        Documentation fix.
0.03    Tue 19 May 2015
        New maintainer, Dale Evans http://search.cpan.org/~daleevans/
        Handle table headers <th> by treating them like <td> (patch from Alex
	Aminoff, NBER)
        Some typos fixed (patch from Fabrizio Regalli)
        Handle empty table rows without crashing
        Return () when called in an array context on undefined HTML
        Converted to Dist::Zilla
2015-07-01 23:26:53 +00:00

23 lines
754 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/07/01 23:26:53 rodent Exp $
#
DISTNAME= HTML-FormatText-WithLinks-AndTables-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/~sfryer/HTML-FormatText-WithLinks-AndTables/
COMMENT= Converts HTML to Text with tables in tact
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-HTML-FormatText-WithLinks>=0:../../textproc/p5-HTML-FormatText-WithLinks
PERL5_PACKLIST= auto/HTML/FormatText/WithLinks/AndTables/.packlist
USE_LANGUAGES= # none
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/HTML/FormatText/WithLinks/AndTables.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"