head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


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

1.10
date	2012.06.05.03.10.22;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.11.19.12.13;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2012.04.10.18.52.13;	author swills;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.29;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.06.49.19;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.31.01.07.50;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.02.27.10.38.28;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.10.30;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.12.21.57.56;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.07.08.35.18;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-CGI-Application-Plugin-HtmlTidy
# Date created:				14 September 2005
# Whom:					George Hartzell <hartzell@@alerce.com>
#
# $FreeBSD: head/www/p5-CGI-Application-Plugin-HtmlTidy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Application-Plugin-HtmlTidy
PORTVERSION=	1.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Add HTML::Tidy support to CGI::Application

BUILD_DEPENDS=	p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
		p5-CGI-Application-Plugin-DevPopup>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup \
		p5-HTML-Tidy>=1.08:${PORTSDIR}/textproc/p5-HTML-Tidy
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	CGI::Application::Plugin::HtmlTidy.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Return to the heap at submitter's request
- Thanks for your service, we hope to see you back
@
text
@d18 1
a18 1
		${SITE_PERL}/CGI/Application/Plugin/DevPopup.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup \
@


1.8
log
@- Update to 1.05

PR:		ports/166283
Approved by:	maintainer timeout (hartzell@@alerce.com, >2 weeks)
@
text
@d14 1
a14 1
MAINTAINER=	hartzell@@alerce.com
@


1.7
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
@d9 1
a9 1
PORTVERSION=	1.04
@


1.6
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Update to 1.04

PR:             ports/142690
Submitted by:   myself (pgollucci@@)
Approved by:    maintainer timeout (hartzell@@alerce.com; > 2 weeks)
@
text
@d22 1
a22 1
PERL_CONFIGURE=	5.8.0+
@


1.4
log
@- Update to 1.02
- Better adjustment of dependencies
- Style

PR:		ports/121005
Submitted by:	www/p5-CGI-Application-Plugin-HtmlTidy
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.02
@


1.3
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
@d9 1
a9 1
PORTVERSION=	1.00
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
d19 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy
@


1.2
log
@- Update to 1.00

PR:             107744
Submitted by:   miwi
Approved by:    maintainer
@
text
@d23 1
a23 1
PERL_CONFIGURE=	yes
d27 1
a27 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8 or newer. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.1
log
@Add p5-CGI-Application-Plugin-HtmlTidy 0.51, add HTML::Tidy support to
CGI::Application.

PR:		ports/103381
Submitted by:	George Hartzell <hartzell at alerce.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.51
@

