2005-09-16 21:16:29 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Template-Compiled
|
|
|
|
# Date Created: 09 Sep 2005
|
|
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Template-Compiled
|
2007-02-14 10:00:02 +01:00
|
|
|
PORTVERSION= 0.84
|
2005-09-16 21:16:29 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= HTML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= hideo@lastamericanempire.com
|
2005-12-27 15:44:33 +01:00
|
|
|
COMMENT= Templating system that compiles HTML::Template files to Perl code
|
2005-09-16 21:16:29 +02:00
|
|
|
|
2006-07-14 07:08:22 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
2005-09-16 21:16:29 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
2005-12-27 15:44:33 +01:00
|
|
|
${SITE_PERL}/Data/TreeDumper/Renderer/DHTML.pm:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
|
2006-07-14 07:08:22 +02:00
|
|
|
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
2006-08-22 11:04:42 +02:00
|
|
|
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
2005-12-27 15:44:33 +01:00
|
|
|
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
|
2005-09-16 21:16:29 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2005-10-04 15:41:23 +02:00
|
|
|
MAN3= HTML::Template::Compiled.3 \
|
2006-08-22 11:04:42 +02:00
|
|
|
HTML::Template::Compiled::Compiler.3 \
|
2006-09-20 08:05:58 +02:00
|
|
|
HTML::Template::Compiled::Compiler::Classic.3 \
|
2006-10-04 10:28:24 +02:00
|
|
|
HTML::Template::Compiled::Plugin::DHTML.3 \
|
2007-02-14 10:00:02 +01:00
|
|
|
HTML::Template::Compiled::Exception.3 \
|
2006-06-22 15:07:48 +02:00
|
|
|
HTML::Template::Compiled::Expression.3 \
|
2006-10-31 05:57:19 +01:00
|
|
|
HTML::Template::Compiled::Formatter.3 \
|
2006-07-14 07:08:22 +02:00
|
|
|
HTML::Template::Compiled::Filter.3 \
|
2006-07-03 17:07:16 +02:00
|
|
|
HTML::Template::Compiled::Parser.3 \
|
2006-07-14 07:08:22 +02:00
|
|
|
HTML::Template::Compiled::Classic.3 \
|
|
|
|
HTML::Template::Compiled::Lazy.3 \
|
2006-08-28 23:41:41 +02:00
|
|
|
HTML::Template::Compiled::Plugin::XMLEscape.3 \
|
2006-10-04 10:28:24 +02:00
|
|
|
HTML::Template::Compiled::Reference.3 \
|
|
|
|
HTML::Template::Compiled::Token.3 \
|
2006-07-14 07:08:22 +02:00
|
|
|
HTML::Template::Compiled::Utils.3
|
2005-09-16 21:16:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-07-14 07:08:22 +02:00
|
|
|
# Inherited from www/p5-HTML-Parser and www/p5-Data-TreeDumper-Renderer-DHTML
|
2005-09-16 21:16:29 +02:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-07-14 07:08:22 +02:00
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5 then try again
|
2005-09-16 21:16:29 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|