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

29 lines
687 B
Makefile
Raw Normal View History

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
2007-03-20 13:42:16 +01:00
PORTVERSION= 1.17
2004-07-15 13:16:12 +02:00
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2004-07-15 13:16:12 +02:00
COMMENT= This is a simple HTML link extractor
2006-05-28 05:29:33 +02:00
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
2007-03-20 13:42:16 +01:00
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
2004-07-15 13:16:12 +02:00
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
2006-05-28 05:29:33 +02:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2004-07-15 13:16:12 +02:00
PERL_CONFIGURE= yes
2007-01-04 15:18:50 +01:00
MAN1= linktractor.1
2004-07-15 13:16:12 +02:00
MAN3= HTML::SimpleLinkExtor.3
.include <bsd.port.mk>