aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Template-Expr/Makefile
blob: 58254f6a67885ead3394f695866133eab22b448d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    p5-HTML-Template-Expr
# Date Created:             2001/11/28
# Whom:                 nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#

PORTNAME=   HTML-Template-Expr
PORTVERSION=    0.06
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl module to use HTML Templates which allows expressions

RUN_DEPENDS=    ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
        ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
        ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
BUILD_DEPENDS=  ${RUN_DEPENDS}
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple

PERL_CONFIGURE= yes

MAN3=       HTML::Template::Expr.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
post-configure:
    ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
.endif

.include <bsd.port.post.mk>