head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.10.18.42.34;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.23.07.18.27;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2009.11.14.01.20.17;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.29.23.17.14;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.23.12.45.31;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.05.22.55.11;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTML::ExtractContent
# Date created:		05 Mar 2009
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTML-ExtractContent/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-ExtractContent
PORTVERSION=	0.10
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for HTML content extractor with scoring heuristics

RUN_DEPENDS=	\
	p5-Class-Accessor-Lvalue>0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \
	p5-Exporter-Lite>0:${PORTSDIR}/devel/p5-Exporter-Lite \
	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	HTML::ExtractContent.3

.include <bsd.port.mk>
@


1.6
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
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Upgrade to 0.10.
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.4
log
@- Upgrade to 0.09.
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@


1.3
log
@- Upgrade to 0.07.
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@


1.2
log
@Upgrade to 0.06.
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.1
log
@Add p5-HTML-ExtractContent 0.05, perl extension for HTML content
extractor with scoring heuristics.
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@

