head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.13.06.33.30;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.11.01.13.14;	author wen;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-Online
# Date created:				2011-04-07
# Whom:					milki <milki@@rescomp.berkeley.edu>
#
# $FreeBSD: head/www/p5-LWP-Online/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWP-Online
PORTVERSION=	1.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ADAMK
PKGNAMEPREFIX=	p5-

MAINTAINER=	milki@@rescomp.berkeley.edu
COMMENT=	Checks if process has access to the web

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS+=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI

PERL_CONFIGURE=	yes

MAN3=		LWP::Online.3

.include <bsd.port.mk>
@


1.2
log
@- Update to 1.08
- Fix MAINTAINER address
- Add LICENSE

Changes:	http://search.cpan.org/dist/LWP-Online/Changes
PR:		ports/158851
Submitted by:	milki <milki@@rescomp.berkeley.edu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@LWP::Online attempts to answer, as accurately as it can, one of the
nastiest technical questions there is:  Am I on the internet?

This a problem that had no clean permanent solution, and for
which you could just keep writing more and more functionality
indefinitely, asymtopically approaching 100% correctness but never
reaching it.

And so LWP::Online is intended to do as good a job as possible, without
having to resort to asking any human questions (who may well get it
wrong anyway), and limiting itself to a finite amount of programming
work and a reasonable level of memory overhead to load the code.

WWW: http://search.cpan.org/dist/LWP-Online/

PR:		ports/156260
Submitted by:	milki <milki@@rescomp.berkeley.edu>
@
text
@d9 1
a9 1
PORTVERSION=	1.07
d15 1
a15 1
MAINTAINER=	milki@@rescomp.bekreley.edu
d18 5
a22 2
RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-URI>=0:${PORTSDIR}/net/p5-URI
@

