head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.04.08.53.26;	author az;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.10.11.44.41;	author tobez;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.17.14.30.21;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.09.15.00.47;	author mat;	state Exp;
branches;
next	1.8;

1.8
date	2006.11.22.20.21.53;	author miwi;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.10.24.12.05.00;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.13.01.04.13;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.48.31;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.47.24;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.39.09;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.55.36;	author will;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	WWW-Robot
# Date created:				Wed Jan  3 08:06:35 2001
# Whom:					will
#
# $FreeBSD: head/www/p5-WWW-Robot/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Robot
PORTVERSION=	0.026
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	WWW::Robot - configurable web traversal engine

BUILD_DEPENDS=	p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset

PERL_CONFIGURE=	yes

MAN3=		WWW::Robot.3

.include <bsd.port.mk>
@


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


1.11
log
@Update to 0.026.  Assign maintainer to perl@@.

Changes:	http://search.cpan.org/dist/WWW-Robot/ChangeLog
@
text
@d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
		${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
@


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


1.9
log
@Update to 0.025
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.8
log
@- Update to 0.024
@
text
@d9 1
a9 1
PORTVERSION=	0.024
@


1.7
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d9 1
a9 1
PORTVERSION=	0.023
@


1.6
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a21 1
SITE_PERL=	${SITE_PERL}
@


1.5
log
@update www/p5-WWW-Robot to 0.023

PR:		ports/48206
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d22 1
a22 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d9 1
a9 1
PORTVERSION=	0.022
d16 1
d19 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Perl interface to a generic web traversal engine

@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-WWW-Robot/Makefile,v 1.1 2001/01/03 23:55:36 will Exp $
d16 2
@


1.1
log
@Add p5-WWW-Robot 0.022, a perl interface to a generic web traversal
engine.
@
text
@d5 1
a5 1
# $FreeBSD$
a21 1
USE_PERL5=	yes
@

