head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2009.12.06.13.50.30;	author leeym;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.17.14.30.01;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2007.09.08.01.11.31;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2006.04.19.10.39.27;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2006.03.16.15.29.49;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.23.07.07.19;	author tobez;	state Exp;
branches;
next	1.7;

1.7
date	2004.08.13.15.21.20;	author nork;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.24.12.04.50;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.22.16.16.12;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.13.10.52.37;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2003.01.01.21.54.22;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.13.19.11.06;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.03.01.12.56;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Template-Expr
# Date Created:				2001/11/28
# Whom:					nork@@cityfujisawa.ne.jp
#
# $FreeBSD: head/www/p5-HTML-Template-Expr/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

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

RUN_DEPENDS=    p5-HTML-Template>=2.4:${PORTSDIR}/www/p5-HTML-Template \
		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		HTML::Template::Expr.3

.include <bsd.port.mk>
@


1.13
log
@- simplify dependency
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
d18 3
a20 5
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
@


1.11
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.10
log
@Update to 0.07.
@
text
@d28 1
a28 8
.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>
@


1.9
log
@- update to 0.06
- update WWW in pkg-descr
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.8
log
@Update to 0.05.
@
text
@d9 1
a9 1
PORTVERSION=	0.05
a17 2
BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
		${RUN_DEPENDS}
d21 2
d28 1
a28 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
d30 6
a35 1
.include <bsd.port.mk>
@


1.7
log
@Change MAINTAINER to perl@@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@@
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@


1.6
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=	nork@@FreeBSD.org
@


1.5
log
@De-pkg-comment.
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
d20 3
a22 3
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
@


1.4
log
@Fix BUILD_DEPENDS to p5-Test-Simple(implicitly).

Pointed out by:	edwin
@
text
@d16 1
@


1.3
log
@Update to 0.04. and Fix *_DEPENDS.
@
text
@d17 3
a19 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
log
@more clean pkg-plist

Approved by:	knu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d17 2
a18 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
RUN_DEPENDS=	${BUILD_DEPENDS} \
d20 1
@


1.1
log
@Add p5-HTML-Template-Expr 0.03,
perl module to use HTML Templates which allows expressions.

PR:		ports/32348
Submitted by:	nork@@cityfujisawa.ne.jp
@
text
@d15 1
a15 1
MAINTAINER=	nork@@cityfujisawa.ne.jp
@

