diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile new file mode 100644 index 00000000000..6a5e9e2a71c --- /dev/null +++ b/www/p5-HTML-Template-Expr/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/12/01 20:55:12 margarida Exp $ + +COMMENT= "use HTML Templates which allows expressions" + +VERSION= 0.04 +DISTNAME= HTML-Template-Expr-${VERSION} +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 + +HOMEPAGE= http://sourceforge.net/projects/html-template/ + +MAINTAINER= Jim Geovedi + +# GPL/Artistic license +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= :p5-HTML-Template-*:www/p5-HTML-Template \ + :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent \ + :p5-Text-Balanced-*:textproc/p5-Text-Balanced + +CONFIGURE_STYLE=perl + +.include diff --git a/www/p5-HTML-Template-Expr/distinfo b/www/p5-HTML-Template-Expr/distinfo new file mode 100644 index 00000000000..f85c5ac54ba --- /dev/null +++ b/www/p5-HTML-Template-Expr/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Template-Expr-0.04.tar.gz) = 7b34e122677342475cfde168a70d7cab +RMD160 (HTML-Template-Expr-0.04.tar.gz) = c8187aa646387cc0aa13c84ab3bc7985ff50da9d +SHA1 (HTML-Template-Expr-0.04.tar.gz) = 74e3593a4c6970a7840e9621a963955ef60d7da4 diff --git a/www/p5-HTML-Template-Expr/pkg/DESCR b/www/p5-HTML-Template-Expr/pkg/DESCR new file mode 100644 index 00000000000..39b5bc2182a --- /dev/null +++ b/www/p5-HTML-Template-Expr/pkg/DESCR @@ -0,0 +1,6 @@ +perl module that provides an extension to HTML::Template which allows +expressions in the template syntax. This is purely an addition - all +the normal HTML::Template options, syntax and behaviors will still +work. + +WWW: ${HOMEPAGE} diff --git a/www/p5-HTML-Template-Expr/pkg/PLIST b/www/p5-HTML-Template-Expr/pkg/PLIST new file mode 100644 index 00000000000..908cae12afd --- /dev/null +++ b/www/p5-HTML-Template-Expr/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/01 20:55:12 margarida Exp $ +${P5SITE}/HTML/Template/Expr.pm +man/man3p/HTML::Template::Expr.3p