head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.21.17.38.11;	author eadler;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.16.14.45.48;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.16.09.55.31;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.31.13.37.22;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.14.11.41.35;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.19.16.20.11;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.07.14.06.04;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.07.11.12.38;	author mat;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Template-JIT
# Date Created:				2004/04/30
# Whom:					alex@@kapranoff.ru
#
# $FreeBSD: head/www/p5-HTML-Template-JIT/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl module to compile HTML Templates with Inline::C

BUILD_DEPENDS=	p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \
		p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
INSTALL_TARGET=	pure_install

MAN3=		HTML::Template::JIT.3 HTML::Template::JIT::Compiler.3 \
		HTML::Template::JIT::Base.3

.include <bsd.port.pre.mk>

post-patch:
	@@${PERL} -i -pe 's/indent -kr/indent/' \
			${WRKSRC}/JIT/Compiler.pm
	@@${FIND} ${WRKSRC} -name '*.orig' -delete

.include <bsd.port.post.mk>
@


1.8
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
  maintained by (perl|ports|kuriyama)@@FreeBSD.org.

- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
  ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
  Encode, Digest, Pod::Parser, File::Spec.
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.6
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d10 1
a18 1
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
@


1.5
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d14 1
a14 1
MAINTAINER=	mat@@FreeBSD.org
@


1.4
log
@Update to 0.05

PR:		98648
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
a29 4
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES=	${PATCHDIR}/5.005-JIT-Compiler.pm
.endif

a32 6
.if ${PERL_LEVEL} < 500600
	@@${PERL} -i -pe '$$_ = "" if /warnings|5\.006/g;' \
			-e 's/\bour ([^ ;]+)/use vars qw{$$1};$$1/g;' \
			${WRKSRC}/Makefile.PL ${WRKSRC}/JIT.pm \
			${WRKSRC}/JIT/Base.pm ${WRKSRC}/JIT/Compiler.pm
.endif
@


1.3
log
@Add some patches :
+ Fix 8bit symbols escaping.
+ Allow blessed hashrefs in loops.
+ Fix a portlint warning and make it not clutter perllocal.pod

PR:		70656
Submitted by:	Alex Kapranoff <kappa@@rambler-co.ru>
@
text
@d9 1
a9 2
PORTVERSION=	0.04
PORTREVISION=	2
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
d20 1
a20 1
		${SITE_PERL}/Inline/C.pm:${PORTSDIR}/devel/p5-Inline
@


1.2
log
@Fix a indent issue

Submitted by:	alex@@kapranoff.ru
Forgotten by:	me
@
text
@d10 1
a10 1
PORTREVISION=	1
d25 1
d32 4
a43 2

EXTRA_PATCHES=	${PATCHDIR}/5.005-JIT-Compiler.pm
d45 1
@


1.1
log
@Add p5-HTML-Template-JIT 0.04, perl module to compile HTML Templates
with Inline::C.

PR:		ports/66351
Submitted by:	alex@@kapranoff.ru
@
text
@d10 1
d31 3
a34 2
EXTRA_PATCHES=	${PATCHDIR}/5.005-JIT-Compiler.pm
post-patch:
d39 2
@

