aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Template-Magic/Makefile
blob: 4d14b9a0b2c357c2a35570a609d290230b338fe4 (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:    Template-Magic
# Date created:             July 23 2004
# Whom:                     Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#

PORTNAME=   Template-Magic
PORTVERSION=    1.35
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Template
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    A Perl Module with magic merger of runtime values with templates

BUILD_DEPENDS=  ${SITE_PERL}/IO/Util.pm:${PORTSDIR}/devel/p5-IO-Util \
        ${SITE_PERL}/Class/constr.pm:${PORTSDIR}/devel/p5-OOTools
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= YES

MAN3=       Template::Magic.3 \
        Bundle::Template::Magic.3 \
        Template::Magic::HTML.3 \
        Template::Magic::Zone.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=     This port requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>