freebsd-ports/www/p5-WWW-Robot/Makefile
Edwin Groothuis 7d3a313365 update www/p5-WWW-Robot to 0.023
PR:		ports/48206
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-13 01:04:13 +00:00

28 lines
719 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.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= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= WWW::Robot.3
.include <bsd.port.mk>