# New ports collection makefile for:	p5-Any-Template
# Date created:		2012-02-12
# Whom:			Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Any-Template/Makefile,v 1.1 2012/02/12 14:53:15 swills Exp $
#

PORTNAME=	Any-Template
PORTVERSION=	1.015
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Provide a consistent interface to a wide array of templating languages

BUILD_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
RUN_DEPENDS=	p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
TEST_DEPENDS=	p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions

PERL_CONFIGURE=	yes

MAN3=	Any::Template.3 Any::Template::Backend.3 \
	Any::Template::Backend::HTML::Template.3 \
	Any::Template::Backend::TemplateToolkit.3 \
	Any::Template::Backend::Text::MicroMason.3 \
	Any::Template::Backend::Text::Template.3

.include <bsd.port.mk>
