diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 12:10:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-16 12:10:41 +0000 |
commit | 00ae5071e0235541a3e826dd15ac588e59781dbb (patch) | |
tree | 9e25d8e2cecf7215a6a9cc5c8bfa247a27fc6606 /www/p5-HTML-Macro | |
parent | f3feea5c2b57f0acb860df2031ba8a2b00700e24 (diff) | |
download | ports-00ae5071e0235541a3e826dd15ac588e59781dbb.tar.gz ports-00ae5071e0235541a3e826dd15ac588e59781dbb.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Macro')
-rw-r--r-- | www/p5-HTML-Macro/Makefile | 21 | ||||
-rw-r--r-- | www/p5-HTML-Macro/distinfo | 3 | ||||
-rw-r--r-- | www/p5-HTML-Macro/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-HTML-Macro/pkg-plist | 12 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-HTML-Macro/Makefile b/www/p5-HTML-Macro/Makefile new file mode 100644 index 000000000000..518ef326e73c --- /dev/null +++ b/www/p5-HTML-Macro/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-HTML-Macro +# Date created: January 27th, 2008 +# Whom: Groovis <groovis@groovis.net> +# +# $FreeBSD$ +# + +PORTNAME= HTML-Macro +PORTVERSION= 1.27 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= groovis@groovis.net +COMMENT= Process HTML templates with loops, conditionals, macros and more + +PERL_CONFIGURE= YES + +MAN3= HTML::Macro.3 HTML::Macro::Loop.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-Macro/distinfo b/www/p5-HTML-Macro/distinfo new file mode 100644 index 000000000000..4736a5f40670 --- /dev/null +++ b/www/p5-HTML-Macro/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-Macro-1.27.tar.gz) = a9ceab441d7bab204200b046183f9104 +SHA256 (HTML-Macro-1.27.tar.gz) = efd44725b3d1b5f02b3ed181e279ba33459530fd3cba936d72b95d80291c771f +SIZE (HTML-Macro-1.27.tar.gz) = 23728 diff --git a/www/p5-HTML-Macro/pkg-descr b/www/p5-HTML-Macro/pkg-descr new file mode 100644 index 000000000000..88b6d54b3379 --- /dev/null +++ b/www/p5-HTML-Macro/pkg-descr @@ -0,0 +1,6 @@ +HTML::Macro is a module to be used behind a web server (in CGI scripts). It +provides a convenient mechanism for generating HTML pages by combining +"dynamic" data derived from a database or other computation with HTML templates +that represent fixed or "static" content of a page. + +WWW: http://search.cpan.org/dist/HTML-Macro/ diff --git a/www/p5-HTML-Macro/pkg-plist b/www/p5-HTML-Macro/pkg-plist new file mode 100644 index 000000000000..05d40b6920ac --- /dev/null +++ b/www/p5-HTML-Macro/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/HTML/Macro.pm +%%SITE_PERL%%/HTML/Macro/Loop.pm +%%SITE_PERL%%/auto/HTML/Macro/Loop/autosplit.ix +%%SITE_PERL%%/auto/HTML/Macro/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Macro/.packlist +@dirrmtry %%SITE_PERL%%/HTML/Macro +@dirrmtry %%SITE_PERL%%/HTML +@dirrmtry %%SITE_PERL%%/auto/HTML/Macro/Loop +@dirrmtry %%SITE_PERL%%/auto/HTML/Macro +@dirrmtry %%SITE_PERL%%/auto/HTML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Macro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML |