3db6cb3a34
This module provides you with an object-oriented (and subclassable) way of outputting HTML. Basically, you open up an "HTML stream" on an existing filehandle, and then do all of your output to the HTML stream (you can intermix HTML-stream-output and ordinary-print-output, if you like).
15 lines
445 B
Makefile
15 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/19 12:43:04 rillig Exp $
|
|
|
|
DISTNAME= HTML-Stream-1.55
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Stream/
|
|
COMMENT= Perl5 HTML output stream class, and some markup utilities
|
|
|
|
PERL5_PACKLIST= auto/HTML/Stream/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|