openbsd-ports/www/p5-HTML-Tiny/Makefile
simon 536d14d900 import p5-HTML-Tiny
HTML::Tiny is a simple, dependency free module for generating HTML (and
XML).  It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

In addition to the HTML generation functions, utility functions are
provided to:
 * encode and decode URL encoded strings
 * entity encode HTML
 * build query strings
 * JSON encode data structures
2009-02-05 22:05:05 +00:00

18 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:05:05 simon Exp $
COMMENT = lightweight, dependency free HTML/XML generation
MODULES = cpan
DISTNAME = HTML-Tiny-1.03
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>