freebsd-ports/www/p5-HTML-SimpleLinkExtor/Makefile

27 lines
561 B
Makefile
Raw Normal View History

# Created by: Andrey Chernov <ache@FreeBSD.org>
2004-07-15 13:16:12 +02:00
# $FreeBSD$
PORTNAME= HTML-SimpleLinkExtor
2014-07-15 09:46:32 +02:00
PORTVERSION= 1.27
PORTREVISION= 1
2004-07-15 13:16:12 +02:00
CATEGORIES= www perl5
MASTER_SITES= CPAN
2004-07-15 13:16:12 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2004-07-15 13:16:12 +02:00
COMMENT= This is a simple HTML link extractor
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Parser>=1.28:www/p5-HTML-Parser \
p5-URI>=1.09:net/p5-URI \
p5-libwww>=0:www/p5-libwww
2013-11-07 14:55:25 +01:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output
2004-07-15 13:16:12 +02:00
USES= perl5
USE_PERL5= configure
2004-07-15 13:16:12 +02:00
.include <bsd.port.mk>