freebsd-ports/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile
Thomas Abthorpe 9e1e4f21b0 - Return to the heap at submitter's request
- Thanks for your service, we hope to see you back
2012-05-11 19:12:13 +00:00

34 lines
1.2 KiB
Makefile

# New ports collection makefile for: www/p5-CGI-Application-Plugin-AnyTemplate
# Date created: 14 September 2005
# Whom: George Hartzell <hartzell@alerce.com>
#
# $FreeBSD$
#
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}
PERL_MODBUILD= yes
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>