head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.44;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.03.03.55.45;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.10.02.22.58;	author kuriyama;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Template::Stash::AutoEscape
# Date created:		04 Sep 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Template-Stash-AutoEscape/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Stash-AutoEscape
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to escape automatically in Template-Toolkit

RUN_DEPENDS=	\
	p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
	p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
	p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI

PERL_CONFIGURE=	yes

MAN3=	Template::Stash::AutoEscape.3

.include <bsd.port.mk>
@


1.4
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
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Add TEST_DEPENDS

Approved by:	portmgr (blanket)
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Upgrade to 0.03.
@
text
@d22 1
@


1.1
log
@Escape automatically in Template-Toolkit.

WWW: http://search.cpan.org/dist/Template-Stash-AutoEscape/
@
text
@d9 1
a9 1
PORTVERSION=	0.02
@

