# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD: www/p5-CGI-Application-Plugin-AnyTemplate/Makefile 324175 2013-08-02 21:38:09Z mat $

PORTNAME=	CGI-Application-Plugin-AnyTemplate
PORTVERSION=	0.18
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Use any templating system in CGI::Application

BUILD_DEPENDS=	p5-CGI-Application-Plugin-Forward>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward \
		p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
		p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	modbuild

MAN3=	CGI::Application::Plugin::AnyTemplate.3 \
	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3 \
	CGI::Application::Plugin::AnyTemplate::Base.3 \
	CGI::Application::Plugin::AnyTemplate::Driver::TemplateToolkit.3 \
	CGI::Application::Plugin::AnyTemplate::ComponentHandler.3 \
	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplatePluggable.3 \
	CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplateExpr.3 \
	CGI::Application::Plugin::AnyTemplate::Driver::Petal.3

.include <bsd.port.mk>
