aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Template/Makefile
blob: a5e9ca8bb0791506f1b247d98e7b5aceea9df409 (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
# New ports collection makefile for:    p5-HTML-Template
# Date Created:             26 Oct, 2000
# Whom:                 Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   HTML-Template
PORTVERSION=    2.9
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl module to use HTML Templates from CGI scripts

PERL_CONFIGURE= yes

MAN3=       HTML::Template.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=   p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
        p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
        p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
.endif

.include <bsd.port.post.mk>