mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
26 lines
533 B
Makefile
26 lines
533 B
Makefile
# New ports collection makefile for: WWW-Robot
|
|
# Date created: Wed Jan 3 08:06:35 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-Robot
|
|
PORTVERSION= 0.026
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= WWW::Robot - configurable web traversal engine
|
|
|
|
BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-HTML-Tagset>=0:${PORTSDIR}/www/p5-HTML-Tagset
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::Robot.3
|
|
|
|
.include <bsd.port.mk>
|