pkgsrc/www/p5-HTML-Format/Makefile
heinz 1e8b678b86 Update to 2.03.
Changed MAINTAINER to myself.
Added HOMEPAGE.

Changes since 1.23:

2002-11-22   Sean M. Burke <sburke@cpan.org>

   Release 2.03 -- minor bugfix
   The lack of \plain's in HTML::FormatRTF's output was confusing some
   formatters.  Fixed.

2002-11-16   Sean M. Burke <sburke@cpan.org>

   Release 2.02 -- minor bugfix

   No big bug reports on the previous version, so maybe it's not so
   experimental after all!

   Changed the set_version_tag method in HTML::Formatter to avoid some
   undef warnings that "James W. Durkin" <jwd@phonogram.net> found.

2002-11-07   Sean M. Burke <sburke@cpan.org>

   Release 2.01 - experimental major version change

   Added HTML::FormatRTF.
   Lots of internal changes to HTML::FormatPS and HTML::Formatter.
   Added format_file and format_string methods to HTML::Formatter.
   Lots of little tidying up in the docs.

2002-10-29   Sean M. Burke <sburke@cpan.org>

   Release 1.24

   Just taking it over from Gisle, and releasing this to make sure
   CPAN et al register this change.
2004-01-18 21:48:42 +00:00

20 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/01/18 21:48:42 heinz Exp $
DISTNAME= HTML-Format-2.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfo
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Format/
COMMENT= Perl5 modules for converting HTML to other text formats
DEPENDS+= p5-Font-AFM>=1.18:../../fonts/p5-Font-AFM
DEPENDS+= p5-HTML-Tree>=3.15:../../www/p5-HTML-Tree
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"