blob: a6cf752d7fec98cc0029d2e736917e3e01bc4cac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: WWW-Robot
# Date created: Wed Jan 3 08:06:35 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= WWW-Robot
PORTVERSION= 0.023
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= WWW::Robot - configurable web traversal engine
BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset
SITE_PERL= ${SITE_PERL}
PERL_CONFIGURE= yes
MAN3= WWW::Robot.3
.include <bsd.port.mk>
|