head	1.25;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.21
	RELEASE_7_2_0:1.20
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.4;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.23;

1.23
date	2012.06.04.17.17.22;	author az;	state Exp;
branches;
next	1.22;

1.22
date	2012.01.21.17.38.09;	author eadler;	state Exp;
branches;
next	1.21;

1.21
date	2009.08.16.09.22.03;	author linimon;	state Exp;
branches;
next	1.20;

1.20
date	2008.04.17.14.29.57;	author araujo;	state Exp;
branches;
next	1.19;

1.19
date	2007.09.08.01.11.29;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2006.10.01.13.10.01;	author lbr;	state Exp;
branches;
next	1.17;

1.17
date	2006.07.14.07.00.11;	author lbr;	state Exp;
branches;
next	1.16;

1.16
date	2006.05.23.07.31.00;	author lbr;	state Exp;
branches;
next	1.15;

1.15
date	2006.05.01.13.51.59;	author lbr;	state Exp;
branches;
next	1.14;

1.14
date	2006.02.04.11.43.38;	author erwin;	state Exp;
branches;
next	1.13;

1.13
date	2006.01.16.13.11.56;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2006.01.06.05.58.20;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2006.01.02.11.06.26;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2006.01.01.10.54.50;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.12.27.20.26.24;	author ehaupt;	state Exp;
branches;
next	1.8;

1.8
date	2005.12.02.18.50.13;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.31.18.24.19;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.30.14.34.59;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.13.17.28.53;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.16.11.38.42;	author erwin;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.06.02.11.56.03;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.07.20.08.36;	author lth;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Prototype
# Date created:				07 May 2005
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTML-Prototype/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	HTML-Prototype
PORTVERSION=	1.48
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Generate HTML and JavaScript for the Prototype library

BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=		HTML::Prototype.3 \
		HTML::Prototype::Controls.3 \
		HTML::Prototype::DragDrop.3 \
		HTML::Prototype::Effects.3 \
		HTML::Prototype::Helper::Tag.3 \
		HTML::Prototype::Helper.3 \
		HTML::Prototype::Js.3

.include <bsd.port.mk>
@


1.24
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

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


1.23
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d15 1
a15 1
COMMENT=	Generate HTML and Javascript for the Prototype library
@


1.22
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
		${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
@


1.21
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.20
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
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.19
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=	HTML
@


1.18
log
@Update to 1.48
@
text
@d32 1
a32 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

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


1.17
log
@Update to 1.47

PR:		100260
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.47
@


1.16
log
@Update to 1.45

Approved by:	erwin (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.45
@


1.15
log
@Changing email-address on my 80 ports.

Approved by:	erwin (mental)
@
text
@d9 1
a9 1
PORTVERSION=	1.43
@


1.14
log
@Update to 1.43

PR:		92797
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	lars@@balker.dk
@


1.13
log
@Update to 1.41

PR:		91867
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.41
@


1.12
log
@[MAINTAINER] www/p5-HTML-Prototype: up to 1.40

	up to 1.40

PR:		ports/91362
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.40
@


1.11
log
@Update to 1.39

PR:		91200
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.39
@


1.10
log
@Update to 1.38

PR:		91158
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.38
@


1.9
log
@Update to 1.37

PR:		90986
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.37
@


1.8
log
@Update to 1.36

PR:		89849
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.36
@


1.7
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d9 1
a9 1
PORTVERSION=	1.35
d28 2
@


1.6
log
@Update to 1.35.

PR:		86760
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
Approved by:	Lars Balker Rasmussen (maintainer)
@
text
@d33 1
a33 1
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.5
log
@Update to 1.34

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.34
@


1.4
log
@Update to 1.32

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.32
@


1.3
log
@- Update to 1.31
- Mark perl 5.6.x and higher only
- Pass maintainership to submitter

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.31
@


1.2
log
@Fix plist (well, in fact, break it for now) so that ports/79330 can be
committed without breaking them.

Approved by:	portmgr (kris)
@
text
@d9 1
a9 1
PORTVERSION=	1.23
d15 1
a15 1
MAINTAINER=	lth@@FreeBSD.org
d18 2
a19 1
BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
d25 3
d30 7
a36 1
.include <bsd.port.mk>
@


1.1
log
@Add p5-HTML-Prototype 1.23, generate HTML and Javascript for the
Prototype library.
@
text
@a21 1
CONFIGURE_ARGS+=	create_packlist=0
@

