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


1.5
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.30.05.30.10;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.30.23;	author araujo;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-WebArchive
# Date created:		2006-08-20
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-WWW-WebArchive/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-WebArchive
PORTVERSION=	0.50
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@@gslin.org
COMMENT=	Retrieve old versions of public web pages from various web archives

RUN_DEPENDS=	p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \
		p5-App-Trace>=0:${PORTSDIR}/devel/p5-App-Trace \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize

PERL_CONFIGURE=	yes

MAN3=		WWW::WebArchive.3 WWW::WebArchive::Agent.3 \
		WWW::WebArchive::WaybackMachine.3

.include <bsd.port.mk>
@


1.4
log
@- Remove SITE_PERL from *_DEPENDS

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


1.3
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
@d17 3
a19 3
RUN_DEPENDS=	${SITE_PERL}/App/Options.pm:${PORTSDIR}/devel/p5-App-Options \
		${SITE_PERL}/App/Trace.pm:${PORTSDIR}/devel/p5-App-Trace \
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
@


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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.1
log
@Add p5-WWW-WebArchive 0.50, retrieve old versions of public web pages
from various web archives.

PR:		ports/102318
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601	# Inherited from www/p5-WWW-Mechanize
IGNORE=		requires Perl 5.6.1 or newer. Install lang/perl5.8 and try again
.endif

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

