mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
26 lines
572 B
Makefile
26 lines
572 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.025
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::Robot.3
|
|
|
|
.include <bsd.port.mk>
|