2000-06-02 03:26:44 +02:00
|
|
|
# New ports collection makefile for: HTML-Mason
|
|
|
|
# Date created: 31 May 2000
|
|
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Mason
|
2006-01-07 03:25:39 +01:00
|
|
|
PORTVERSION= 1.32
|
2000-06-02 03:26:44 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= HTML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= High-performance, dynamic web site authoring system
|
2000-06-02 03:26:44 +02:00
|
|
|
|
2003-05-15 11:04:27 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
|
2005-06-11 18:13:12 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
2002-07-10 11:03:01 +02:00
|
|
|
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
|
2003-02-25 10:25:32 +01:00
|
|
|
${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
|
|
|
|
${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache
|
2005-02-09 11:07:06 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
2005-02-10 11:17:49 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
|
2000-06-02 03:26:44 +02:00
|
|
|
|
2005-10-11 14:56:53 +02:00
|
|
|
PERL_MODBUILD= yes
|
|
|
|
CONFIGURE_ARGS+= --noprompts
|
2000-06-02 03:26:44 +02:00
|
|
|
|
2002-10-10 12:55:03 +02:00
|
|
|
MAN3= Bundle::HTML::Mason.3 \
|
|
|
|
HTML::Mason.3 \
|
|
|
|
HTML::Mason::Admin.3 \
|
|
|
|
HTML::Mason::ApacheHandler.3 \
|
|
|
|
HTML::Mason::Cache::BaseCache.3 \
|
|
|
|
HTML::Mason::CGIHandler.3 \
|
|
|
|
HTML::Mason::Compiler.3 \
|
|
|
|
HTML::Mason::Compiler::ToObject.3 \
|
|
|
|
HTML::Mason::Component.3 \
|
2003-10-29 21:37:05 +01:00
|
|
|
HTML::Mason::Component::FileBased.3 \
|
2002-10-26 19:29:05 +02:00
|
|
|
HTML::Mason::Component::Subcomponent.3 \
|
2002-10-10 12:55:03 +02:00
|
|
|
HTML::Mason::ComponentSource.3 \
|
|
|
|
HTML::Mason::Devel.3 \
|
|
|
|
HTML::Mason::Escapes.3 \
|
|
|
|
HTML::Mason::Exceptions.3 \
|
2003-10-29 21:37:05 +01:00
|
|
|
HTML::Mason::FakeApache.3 \
|
2002-10-10 12:55:03 +02:00
|
|
|
HTML::Mason::Interp.3 \
|
|
|
|
HTML::Mason::Lexer.3 \
|
|
|
|
HTML::Mason::MethodMaker.3 \
|
|
|
|
HTML::Mason::Params.3 \
|
|
|
|
HTML::Mason::Parser.3 \
|
2005-10-11 14:56:53 +02:00
|
|
|
HTML::Mason::Plugin.3 \
|
|
|
|
HTML::Mason::Plugin::Context.3 \
|
2002-10-10 12:55:03 +02:00
|
|
|
HTML::Mason::Request.3 \
|
|
|
|
HTML::Mason::Resolver.3 \
|
|
|
|
HTML::Mason::Resolver::File.3 \
|
|
|
|
HTML::Mason::Resolver::Null.3 \
|
|
|
|
HTML::Mason::Subclassing.3 \
|
|
|
|
HTML::Mason::Tests.3 \
|
|
|
|
HTML::Mason::Tools.3 \
|
|
|
|
HTML::Mason::Utils.3
|
2000-06-02 03:26:44 +02:00
|
|
|
|
2005-04-15 20:59:29 +02:00
|
|
|
OPTIONS= MOD_PERL "with mod_perl dependency" off
|
|
|
|
|
2003-02-05 11:34:06 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-10-11 14:56:53 +02:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
2005-10-31 19:24:21 +01:00
|
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
2005-10-11 14:56:53 +02:00
|
|
|
.endif
|
|
|
|
|
2005-04-15 20:59:29 +02:00
|
|
|
.if defined(WITH_MOD_PERL)
|
2005-04-18 14:51:17 +02:00
|
|
|
.if defined(WITH_APACHE2)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
|
|
|
.else
|
2005-04-15 20:59:29 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
|
|
|
|
.endif
|
2005-04-18 14:51:17 +02:00
|
|
|
.endif
|
2005-04-15 20:59:29 +02:00
|
|
|
|
2003-02-05 11:34:06 +01:00
|
|
|
.include <bsd.port.post.mk>
|