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


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

1.10
date	2012.06.07.07.50.03;	author jadawin;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.01.01.47.10;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.21.17.38.20;	author eadler;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.17.09.24.24;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.30.08.38.56;	author clsung;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.06.26.08.21.44;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.11.06.46.52;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.11.36;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWPx-ParanoidAgent
# Date created:				Tue Dec 19 17:00:41 CST 2006
# Whom:					Cheng-Lung Sung <clsung@@dragon2.net>
#
# $FreeBSD: head/www/p5-LWPx-ParanoidAgent/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWPx-ParanoidAgent
PORTVERSION=	1.07
CATEGORIES=	www security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Subclass of LWP::UserAgent that protects you from harm

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		LWPx::ParanoidAgent.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
@


1.8
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
@d14 1
a14 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.7
log
@- Update to 1.07

Changes:	http://search.cpan.org/dist/LWPx-ParanoidAgent/ChangeLog
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.6
log
@- Update to 1.06

Changes:	http://search.cpan.org/src/BRADFITZ/LWPx-ParanoidAgent-1.06/ChangeLog
@
text
@d9 1
a9 1
PORTVERSION=	1.06
@


1.5
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.05
@


1.4
log
@- Update to 1.05

Changes:	http://search.cpan.org/dist/LWPx-ParanoidAgent/ChangeLog
@
text
@d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+=	${SITE_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
.endif

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


1.3
log
@- Update to 1.04

Changes:	http://search.cpan.org/dist/LWPx-ParanoidAgent/ChangeLog
@
text
@d9 1
a9 1
PORTVERSION=	1.04
@


1.2
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.03
a11 1
MASTER_SITE_SUBDIR=	LWPx
@


1.1
log
@LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but
paranoid against attackers. It's to be used when you're fetching
a remote resource on behalf of a possibly malicious user.

WWW: http://search.cpan.org/dist/LWPx-ParanoidAgent/
@
text
@a27 4
.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif

@

