2004-07-15 13:16:12 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-SimpleLinkExtor
|
|
|
|
# Date created: 15 July 2004
|
|
|
|
# Whom: Andrey Chernov <ache@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-SimpleLinkExtor
|
2011-08-27 13:50:10 +02:00
|
|
|
PORTVERSION= 1.25
|
2004-07-15 13:16:12 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-07-15 13:16:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-01-28 14:04:33 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-15 13:16:12 +02:00
|
|
|
COMMENT= This is a simple HTML link extractor
|
|
|
|
|
2011-08-27 13:50:10 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-URI>=1.09:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2008-09-04 11:27:45 +02:00
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \
|
2011-08-27 13:50:10 +02:00
|
|
|
p5-URI>=1.09:${PORTSDIR}/net/p5-URI \
|
2008-09-04 11:27:45 +02:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2011-08-27 13:50:10 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
|
2004-07-15 13:16:12 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-01-04 15:18:50 +01:00
|
|
|
MAN1= linktractor.1
|
2011-08-27 13:50:10 +02:00
|
|
|
MAN3= HTML::SimpleLinkExtor.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
2004-07-15 13:16:12 +02:00
|
|
|
|
2011-08-27 13:50:10 +02:00
|
|
|
.include <bsd.port.post.mk>
|