pkgsrc/www/p5-Template-Extract/Makefile
wiz 883714a0dc This module is a subclass of the Template toolkit, with added
template extraction functionality.  It can take a rendered document
and its template together, and get the original data structure
back, effectively reversing the "process" function.

This module is considered experimental.  If you just wish to extract
RSS-type information out of a HTML document, WWW::SherlockSearch
may be a more robust solution.
2003-10-03 14:07:24 +00:00

19 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/10/03 14:07:24 wiz Exp $
DISTNAME= Template-Extract-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tex
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://search.cpan.org/~autrijus/Template-Extract/
COMMENT= Perl5 module for extracting data structure from TT2-rendered documents
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/Extract/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"