head	1.5;
access;
symbols
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	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.5
date	2005.12.04.15.53.30;	author tobez;	state dead;
branches;
next	1.4;

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

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

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

1.1
date	2002.06.07.20.22.28;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Retire p5-WWW-Automate, folks should really be using p5-WWW-Mechanize
instead.
@
text
@# New ports collection makefile for:    p5-WWW-Automate
# Date created:				07 June 2002
# Whom:	      				Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-WWW-Automate/Makefile,v 1.4 2003/10/24 14:15:31 erwin Exp $
#

PORTNAME=	WWW-Automate
PORTVERSION=	0.20
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	A perl5 module to automate interaction with websites

BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		WWW::Automate.3

post-patch:
	${PERL} -pi -e 's/^our\s+([\$$\@@\%]\w+)/use vars qw($$1);$$1/;' \
		${WRKSRC}/lib/WWW/Automate.pm

.include <bsd.port.mk>
@


1.4
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@utilize SITE_PERL

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


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
@d26 1
a26 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@


1.1
log
@Add WWW::Automate, a perl5 module to automate interaction with websites.
@
text
@d16 1
@

