mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
00ae5071e0
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/ PR: ports/120070 Submitted by: Groovis <groovis at groovis.net>
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# 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>
|