1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/p5-HTML-Macro/Makefile
Martin Wilke 00ae5071e0 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/

PR:		ports/120070
Submitted by:	Groovis <groovis at groovis.net>
2008-02-16 12:10:41 +00:00

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>