head	1.14;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5;
locks; strict;
comment	@# @;


1.14
date	2012.12.17.10.27.26;	author svnexp;	state Exp;
branches;
next	1.13;

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

1.12
date	2012.06.10.18.42.32;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.03.13.16.15.31;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2012.03.08.18.45.33;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.08.13.20.13;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.21.07.56.42;	author mm;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.16.14.45.48;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.29.53;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.27.08.45.13;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.19.01.08.30;	author ijliao;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.06.05.08.54.06;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.05.08.04.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309079
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309079 | az | 2012-12-17 10:22:02 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# ex:ts=8
# Ports collection makefile for:	FEAR::API
# Date created:			Jun 5, 2006
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-FEAR-API/Makefile 309079 2012-12-17 10:22:02Z az $
#

PORTNAME=	FEAR-API
PORTVERSION=	0.489
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:XERN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Web Scraping Zen

RUN_DEPENDS=	p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \
		p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
		p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-HTML-Encoding>=0:${PORTSDIR}/www/p5-HTML-Encoding \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTML-LinkExtractor>=0:${PORTSDIR}/www/p5-HTML-LinkExtractor \
		p5-HTTP-Proxy>=0:${PORTSDIR}/www/p5-HTTP-Proxy \
		p5-HTTP-Recorder>=0:${PORTSDIR}/www/p5-HTTP-Recorder \
		p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
		p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
		p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
		p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \
		p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
		p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
		p5-Regexp-Bind>=0:${PORTSDIR}/devel/p5-Regexp-Bind \
		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
		p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions \
		p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-Template-Extract>=0:${PORTSDIR}/textproc/p5-Template-Extract \
		p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
		p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
		p5-XML-RSS-SimpleGen>=0:${PORTSDIR}/textproc/p5-XML-RSS-SimpleGen \
		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=	fear.1
MAN3=	FEAR::API.3 \
	FEAR::API::Filters.3 \
	FEAR::API::Document.3

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d6 1
a6 1
# $FreeBSD: head/www/p5-FEAR-API/Makefile 300897 2012-07-14 14:29:18Z beat $
d56 1
a56 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif

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


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.11
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d47 1
a47 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d56 7
a62 1
.include <bsd.port.mk>
@


1.9
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.

With perl@@ hat
@
text
@d56 1
a56 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif

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


1.8
log
@Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
@
text
@d14 1
a14 1
MASTER_SITE_SUBDIR=	../by-authors/id/X/XE/XERN
@


1.7
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
  maintained by (perl|ports|kuriyama)@@FreeBSD.org.

- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
  ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
  Encode, Digest, Pod::Parser, File::Spec.
@
text
@d11 1
a11 1
PORTREVISION=	1
d20 1
a20 2
BUILD_DEPENDS=	p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
		p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \
d47 1
a47 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d56 7
a62 1
.include <bsd.port.mk>
@


1.6
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
@d11 1
a20 1
		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
a24 1
		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
@


1.5
log
@- update to 0.489
@
text
@d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.4
log
@upgrade to 0.487.6
@
text
@d10 1
a10 1
PORTVERSION=	0.487.6
@


1.3
log
@- Update to 0.487.4

PR:		98651
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
@
text
@d10 1
a10 1
PORTVERSION=	0.487.4
@


1.2
log
@add missing depends
@
text
@d10 1
a10 1
PORTVERSION=	0.487.3
@


1.1
log
@add FEAR::API 0.487.3
Web Scraping Zen
@
text
@d22 1
@

