diff options
author | wiz <wiz> | 2003-10-03 14:07:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-03 14:07:24 +0000 |
commit | 236a0110c747c184742473fc766ce3e5499cfee7 (patch) | |
tree | 9b1c8bd85d1b3c1930ace1d04518ba16f4d2ed1c /www/p5-Template-Extract/Makefile | |
parent | 828fc72da4a62760851a80e92d45b70fc392deff (diff) | |
download | pkgsrc-236a0110c747c184742473fc766ce3e5499cfee7.tar.gz |
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.
Diffstat (limited to 'www/p5-Template-Extract/Makefile')
-rw-r--r-- | www/p5-Template-Extract/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile new file mode 100644 index 00000000000..7cc5b37bde8 --- /dev/null +++ b/www/p5-Template-Extract/Makefile @@ -0,0 +1,19 @@ +# $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" |