head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL: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.06.10.18.42.44;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.19.13.12.08;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.30.16;	author araujo;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Template-Plugin-VMethods
# Date created:		Dec 26, 2006
# Whom:			kuriyama@@FreeBSD.org
#
# $FreeBSD: head/www/p5-Template-Plugin-VMethods/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Plugin-VMethods
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Install vmethods for Template-Toolkit

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

PERL_CONFIGURE=	yes

MAN3=	Template::Plugin::VMethods.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
@- Include some ports in perl5 category.

PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
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
a10 1
CATEGORIES=	www
@


1.1
log
@Add p5-Template-Plugin-VMethods 0.03, install vmethods for
Template-Toolkit.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Template
@

