81d00f2c84
structures and rendered documents together, and deduce templates that could have performed the transformation. It is a companion to Template and Template::Extract; their relationship is shown below: Template: ($template + $data) ==> $document # normal Template::Extract: ($document + $template) ==> $data # tricky Template::Generate: ($data + $document) ==> $template # very tricky This module is considered experimental.
19 lines
614 B
Makefile
19 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/10/03 14:26:40 wiz Exp $
|
|
|
|
DISTNAME= Template-Generate-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tge
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~autrijus/Template-Generate/
|
|
COMMENT= Perl5 module for generating TT2 templates from TT2-rendered documents
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/Generate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|