head	1.7;
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.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.30.14.31.04;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.21.17.39.20;	author eadler;	state Exp;
branches;
next	1.4;

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

1.3
date	2010.04.20.11.44.56;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2010.02.14.20.04.28;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.25.19.19.55;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-WWW-Mechanize-TreeBuilder
# Date created:				25 December 2009
# Whom:					Alex Deiter <Alex.Deiter@@Gmail.COM>
#
# $FreeBSD: head/www/p5-WWW-Mechanize-TreeBuilder/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Mechanize-TreeBuilder
PORTVERSION=	1.10003
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	alex.deiter@@gmail.com
COMMENT=	WWW::Mechanize::TreeBuilder

BUILD_DEPENDS=	p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
		p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	WWW::Mechanize::TreeBuilder.3

.include <bsd.port.mk>
@


1.6
log
@- Remove SITE_PERL from *_DEPENDS

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


1.5
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 4
a20 4
BUILD_DEPENDS=	${SITE_PERL}/MooseX/Role/Parameterized.pm:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
		${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
		${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
		${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose
@


1.4
log
@- Update to 1.10003
- Remove MD5

PR:             ports/153109
Submitted by:   myself (pgollucci)
Approved by:    alex.deiter@@gmail.com (maintainer)
Changes:        http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/Changes
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- Update to 1.10002

PR:		ports/145866
Submitted by:	Alex Deiter <alex.deiter@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.10002
@


1.2
log
@- Chase Moose.pm move from SITE_PERL/Moose.pm -> SITE_PERL/PERL_ARCH/Moose.pm
  resultant from the devel/p5-Moose update to 0.98

Reported by:	pav via pointyhat
@
text
@d9 1
a9 2
PORTVERSION=	1.10001
PORTREVISION=	1
@


1.1
log
@This module combines WWW::Mechanize and HTML::TreeBuilder.

WWW: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/

PR:		ports/142016
Submitted by:	Alex Deiter <Alex.Deiter at Gmail.COM>
@
text
@d10 1
d21 1
a21 1
		${SITE_PERL}/Moose.pm:${PORTSDIR}/devel/p5-Moose
@

