head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	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.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


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

1.11
date	2011.08.28.06.10.29;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2010.06.10.18.47.35;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.17.14.29.55;	author araujo;	state Exp;
branches;
next	1.8;

1.8
date	2007.04.06.06.48.43;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.22.05.23;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.12.02.37.09;	author wollman;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.13.08.46.44;	author tobez;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.21.10.03.48;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.45;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.07.06.12.49;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.20.23.17.03;	author wollman;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Element-Extended
# Date created:			20 September 2002
# Whom:				Garrett A. Wollman
#
# $FreeBSD: head/www/p5-HTML-Element-Extended/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Element-Extended
PORTVERSION=	1.18
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	An extended interface to HTML::Tree's HTML::Element class

BUILD_DEPENDS=	p5-HTML-Tree>=3.01:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS=	p5-HTML-Tree>=3.01:${PORTSDIR}/www/p5-HTML-Tree

PERL_CONFIGURE=	yes

MAN3=		HTML::ElementRaw.3 HTML::ElementGlob.3 \
		HTML::ElementSuper.3 HTML::ElementTable.3

.include <bsd.port.mk>
@


1.11
log
@- Update *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Update to 1.18.  Assign maintainer to perl@@.

Changes: http://search.cpan.org/dist/HTML-Element-Extended/Changes
@
text
@d17 2
a18 2
RUN_DEPENDS=	${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.9
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.17
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
log
@- Remove old Perl support from unmaintained ports in categories starting
  with letter o-z
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.7
log
@- update to 1.17
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

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


1.6
log
@Resign as maintainer for this port.  I have no idea any more what I
used it for, so might as well get out of the way.
@
text
@d9 1
a9 1
PORTVERSION=	1.14
d18 2
a19 1
BUILD_DEPENDS=	${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
@


1.5
log
@Update to 1.14.

Approved by:	maintainer timeout (2 weeks)
@
text
@d15 1
a15 1
MAINTAINER=	wollman@@FreeBSD.org
@


1.4
log
@Update to 1.13;  require perl from ports, since one of the
dependencies does so.

PR:		87982
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.11
a21 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
d25 7
a31 1
.include <bsd.port.mk>
@


1.2
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
@


1.1
log
@HTML-Element-Extended implements a few convenience subclases of
HTML::Element.
@
text
@d16 1
@

