1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile
Cheng-Lung Sung 111ebab07c Add p5-CGI-Application-Plugin-AnyTemplate 0.17, use any templating
system in CGI::Application.

PR:		ports/103375
Submitted by:	George Hartzell <hartzell at alerce.com>
2006-12-07 08:29:44 +00:00

38 lines
1.3 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.17
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= Use any templating system in CGI::Application
RUN_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/CGI/Application/Plugin/Forward.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward
BUILD_DEPENDS= ${RUN_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.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>