head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	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.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


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

1.5
date	2012.01.12.03.24.49;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2010.12.27.19.57.47;	author pgollucci;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.09.08.01.11.40;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.11.20.06.00;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Template-Plugin-JavaScript
# Date created:		2006-07-11
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Template-Plugin-JavaScript/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Template-Plugin-JavaScript
PORTVERSION=	0.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Encodes text to be safe in JavaScript

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

PERL_CONFIGURE=	yes

MAN3=		Template::Plugin::JavaScript.3

.include <bsd.port.mk>
@


1.5
log
@- Add BUILD_DEPENDS to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.02
- Remove MD5
- Pass to perl@@

PR:             ports/153424
Submitted by:   Gea-Suan Lin <gslin@@gslin.org>
Changes:        http://search.cpan.org/dist/Template-Plugin-JavaScript/Changes
@
text
@d17 2
a18 1
RUN_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
@


1.3
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=	0.01
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
d17 1
a17 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Template
@


1.1
log
@Add p5-Template-Plugin-JavaScript 0.01, encodes text to be safe in
JavaScript.

PR:		ports/100062
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600	# inherited from www/p5-Template-Toolkit
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@

