head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


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

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

1.3
date	2011.06.21.06.58.48;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.10.20.21.03;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.30.11.50.13;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Template-Moustache
# Date created:		2011-01-13
# Whom:			Kurt Lidl <kurt.lidl@@cello.com>
#
# $FreeBSD: head/www/p5-Template-Mustache/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Mustache
PORTVERSION=	v0.5.1
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PVANDE
PKGNAMEPREFIX=	p5-

MAINTAINER=	kurt.lidl@@cello.com
COMMENT=	Perl version of the fabulous Mustache template language

BUILD_DEPENDS=	p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS:=	p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit

PERL_CONFIGURE=	yes

MAN3=	Template::Mustache.3

.include <bsd.port.mk>
@


1.4
log
@- Add missing RUN_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

PR:		ports/166362
Approved by:	Kurt Lidl <kurt.lidl@@cello.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
@
text
@d10 1
d19 3
a21 2
BUILD_DEPENDS=	p5-YAML-Syck>=1.15:${PORTSDIR}/textproc/p5-YAML-Syck \
		p5-Test-Mini-Unit>=v1.0.3:${PORTSDIR}/devel/p5-Test-Mini-Unit
@


1.2
log
@- Update to v0.5.1

Changes:	http://search.cpan.org/dist/Template-Mustache/Changes
PR:		ports/155379
Submitted by:	Kurt Lidl <kurt.lidl AT cello.com> (maintainer)
@
text
@d11 2
a12 1
MASTER_SITES=	CPAN/../../authors/id/P/PV/PVANDE
@


1.1
log
@Template::Mustache is a templating system, generally used to make HTML.

WWW:	http://search.cpan.org/dist/Template-Mustache/

PR:		ports/154198
Submitted by:	Kurt Lidl <kurt.lidl at cello.com>
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	v0.5.0
d18 1
a18 2
		p5-Test-Mini>=v0:${PORTSDIR}/devel/p5-Test-Mini \
		p5-Test-Mini-Unit>=v0:${PORTSDIR}/devel/p5-Test-Mini-Unit
@

