head	1.4;
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
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


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

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

1.2
date	2007.09.03.14.35.51;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.26.22.01.02;	author lth;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Template-Plugin-Number-Format
# Date created:				26 January 2006
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Template-Plugin-Number-Format/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Plugin-Number-Format
PORTVERSION=	1.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Plugin/filter interface to Number::Format

RUN_DEPENDS=	p5-Number-Format>0:${PORTSDIR}/textproc/p5-Number-Format \
		p5-Template-Toolkit>=2.07:${PORTSDIR}/www/p5-Template-Toolkit
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Template::Plugin::Number::Format.3

.include <bsd.port.mk>
@


1.3
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.2
log
@- Update to 1.02
- Remove 4.x cruft
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.1
log
@Add p5-Template-Plugin-Number-Format 1.01, plugin/filter interface to
Number::Format.
@
text
@d9 1
a9 1
PORTVERSION=	1.01
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Template
d17 1
a17 1
BUILD_DEPENDS=	p5-Number-Format>=0:${PORTSDIR}/textproc/p5-Number-Format \
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d25 1
a25 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE=	requires perl 5.6 or newer. Please install lang/perl or lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
@

