head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.29.16.27.41;	author az;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.10.18.42.35;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2012.05.26.14.45.25;	author dhn;	state Exp;
branches;
next	1.9;

1.9
date	2011.06.20.09.22.10;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.06.18.14.35;	author dhn;	state Exp;
branches;
next	1.7;

1.7
date	2008.12.22.21.22.04;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.01;	author araujo;	state Exp;
branches;
next	1.5;

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

1.4
date	2006.05.21.00.41.38;	author mnag;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.03.10.23.15;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.24.12.04.50;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.07.23.43.13;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTML-Template-Associate
# Date created:				2 Sep 2003
# Whom:					Manuel Rbade <mig@@mig-29.net>
#
# $FreeBSD: head/www/p5-HTML-Template-Associate/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Template-Associate
PORTVERSION=	2.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ALEXP
PKGNAMEPREFIX=	p5-

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	Bridges gap between HTML::Template and other modules

RUN_DEPENDS=	p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
		p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		HTML::Template::Associate.3 \
		HTML::Template::Associate::DBI.3 \
		HTML::Template::Associate::FormValidator.3

.include <bsd.port.mk>
@


1.12
log
@- Remove SITE_PERL from *_DEPENDS

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


1.11
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 2
a19 2
RUN_DEPENDS=	${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
		${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
@


1.10
log
@- Update to 2.01
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.9
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
@
text
@d9 1
a9 1
PORTVERSION=	2.00
@


1.8
log
@- Use my FreeBSD address on the ports I maintain

Approved by:	tabthorpe (co-mentor)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/A/AL/ALEXP
@


1.7
log
@- Update to 2.00
- Pass maintainership to submitter

PR:		129641
Submitted by:	Dennis Herrmann <adox@@mcx2.org>
@
text
@d15 1
a15 1
MAINTAINER=	adox@@mcx2.org
@


1.6
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
@d9 1
a9 1
PORTVERSION=	1.19
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@Reset inactive maintainer who has not responded to email.

Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.4
log
@- Update to 1.19

PR:		96857
Submitted by:	Yen-Ming Lee <leeym___freebsd.org>
Approved by:	maintainer timeout (14 days)
@
text
@d15 1
a15 1
MAINTAINER=	mig@@mig-29.net
@


1.3
log
@Fix in MASTER_SITE_SUBDIR

PR:		60848
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.10
a18 1
		${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
d20 1
d25 1
@


1.2
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../../authors/id/A/AL/ALEXP
@


1.1
log
@New Port: HTML-Template-Associate-1.10 - Bridges gap between
HTML::Template and other modules

	HTML::Template::Associate bridges gap between HTML::Template
	and other modules that can be used in conjunction with it
	to do something useful together, like for example
	Data::FormValidator that can verify form inputs.

PR:		ports/56547
Submitted by:	MiG <mig@@mig-29.net>
@
text
@a23 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@

