freebsd-ports/www/p5-HTML-Template-Associate/Makefile
Edwin Groothuis 6e34d8a2b8 New Port: HTML-Template-Associate-1.10 - Bridges gap between
HTML::Template and other modules

	HTML::Template::Associate bridges gap between HTML::Template
	and other modules that can be used in conjunction with it
	to do something useful together, like for example
	Data::FormValidator that can verify form inputs.

PR:		ports/56547
Submitted by:	MiG <mig@mig-29.net>
2003-10-07 23:43:13 +00:00

28 lines
818 B
Makefile

# New ports collection makefile for: HTML-Template-Associate
# Date created: 2 Sep 2003
# Whom: Manuel Rábade <mig@mig-29.net>
#
# $FreeBSD$
#
PORTNAME= HTML-Template-Associate
PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../../authors/id/A/AL/ALEXP
PKGNAMEPREFIX= p5-
MAINTAINER= mig@mig-29.net
COMMENT= Bridges gap between HTML::Template and other modules
RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTML::Template::Associate.3 \
HTML::Template::Associate::FormValidator.3
.include <bsd.port.mk>