freebsd-ports/www/p5-HTML-TableExtract/Makefile
Cheng-Lung Sung ac2d6d41c3 - Update to 2.10
- Test::More is included in perl 5.6.2 and later versions.
- Add lost path in pkg-plist.

PR:		ports/100371
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-07-16 08:53:16 +00:00

31 lines
748 B
Makefile

# New ports collection makefile for: p5-HTML-TableExtract
# Date created: October 21th 2000
# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-TableExtract
PORTVERSION= 2.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extract text contained in tables within an HTML document
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= HTML::TableExtract.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>