head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1.1.1
	p5_cgi_fasttemplate_1_09:1.1.1.1
	VANILLA:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.29.41;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2003.10.24.12.04.42;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.20.19.15.32;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.10.16.48.30;	author lioux;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.06.22.47.21;	author adamw;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.01.06.37.05;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.15.33.39;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.10.23.21.03.08;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.06.17.02.37.08;	author will;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.10.00.06.21;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.27.08.02.32;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.27.08.02.32;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-FastTemplate
# Date created:				27 Feb 2000
# Whom:	      				Vanilla I. Shu <vanilla@@FreeBSD.ORG>
#
# $FreeBSD: head/www/p5-CGI-FastTemplate/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-FastTemplate
PORTVERSION=	1.09
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Perl module for manage templates and parses templates

PERL_CONFIGURE=	yes

MAN3=		CGI::FastTemplate.3

.include <bsd.port.mk>
@


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


1.10
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.9
log
@De-pkg-comment.
@
text
@a20 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.8
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.7
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Perl module for manage templates and parses templates

@


1.6
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-FastTemplate/Makefile,v 1.5 2001/02/05 15:33:39 olgeni Exp $
d16 2
@


1.5
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-FastTemplate/Makefile,v 1.4 2000/10/23 21:03:08 will Exp $
d17 1
a17 1
USE_PERL5=	yes
a20 3

do-configure:
		@@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
@


1.4
log
@Remove jfitz@@ as MAINTAINER - mail is bouncing / mailservers don't answer.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-FastTemplate/Makefile,v 1.3 2000/06/17 02:37:08 will Exp $
d9 1
a9 1
PORTVERSION= 	1.09
@


1.3
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-FastTemplate/Makefile,v 1.2 2000/04/10 00:06:21 cpiazza Exp $
d15 1
a15 1
MAINTAINER=	jfitz@@FreeBSD.org
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI-FastTemplate/Makefile,v 1.1.1.1 2000/02/27 08:02:32 vanilla Exp $
d8 1
a8 1
PORTNAME=	p5-CGI-FastTemplate
d13 1
a13 1
DISTNAME=	CGI-FastTemplate-1.09
d17 1
a17 1
USE_PERL5=	YES
@


1.1
log
@Initial revision
@
text
@a1 1
# Version required:			1.09
d5 1
a5 1
# $FreeBSD:$
d8 2
a9 2
DISTNAME=	CGI-FastTemplate-1.09
PKGNAME=	p5-CGI-FastTemplate-1.09
d13 1
@


1.1.1.1
log
@Perl module for manage templates and parse templates.
@
text
@@
