head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.30.05.33.36;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.10.18.42.44;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.24.00.44.28;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.30.16;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.30.09.40.01;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.01.11.41;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.20.21.07.44;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.11.27.02.29.15;	author rafan;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.21.21.43.27;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.14.20.14.52;	author sat;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Template-Provider-Encoding
# Date created:		2006-02-28
# Whom:			TAKAHASHI Kaoru <kaoru@@kaisei.org>
#
# $FreeBSD: head/www/p5-Template-Provider-Encoding/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Provider-Encoding
PORTVERSION=	0.10
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kaoru@@kaisei.org
COMMENT=	Template plugin to specify encoding

RUN_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Template::Provider::Encoding.3 \
	Template::Stash::ForceUTF8.3 \
	Template::Plugin::encoding.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS

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


1.9
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
@


1.8
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.7
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
@


1.6
log
@- Update to 0.10

PR:		117661
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Template
@


1.5
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
@d9 1
a9 1
PORTVERSION=	0.09
@


1.4
log
@- Update to 0.09

PR:		111913
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

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


1.3
log
@- Update to 0.07

PR:		ports/105865
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@


1.2
log
@- Require perl 5.6+

Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d19 1
@


1.1
log
@Add p5-Template-Provider-Encoding: Template plugin to specify encoding

PR:		ports/94066
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org>
Approved by:	krion (mentor)
@
text
@d26 7
a32 1
.include <bsd.port.mk>
@

