openbsd-ports/www/p5-HTML-PrettyPrinter/Makefile
jasper 00ff9d6d4d import p5-HTML-PrettyPrinter
HTML::PrettyPrinter produces nicely formatted HTML code from a HTML
syntax tree. It is especially useful if the produced HTML file shall be
read or edited manually afterwards. Various parameters let you adapt the
output to different styles and requirements.

ok sthen@
2011-03-16 14:21:04 +00:00

21 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/16 14:21:04 jasper Exp $
COMMENT= generate nice HTML files from HTML syntax trees
DISTNAME= HTML-PrettyPrinter-0.03
CATEGORIES= www textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-HTML-Tagset \
www/p5-HTML-Tree
.include <bsd.port.mk>