diff --git a/www/Makefile b/www/Makefile index 1042d861282e..29e10a91d6f8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -169,6 +169,7 @@ SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA SUBDIR += p5-WWW-Babelfish + SUBDIR += p5-WWW-Robot SUBDIR += p5-WWW-Search SUBDIR += p5-libapreq SUBDIR += p5-libwww diff --git a/www/p5-WWW-Robot/Makefile b/www/p5-WWW-Robot/Makefile new file mode 100644 index 000000000000..174ee7f1a9c9 --- /dev/null +++ b/www/p5-WWW-Robot/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: WWW-Robot +# Date created: Wed Jan 3 08:06:35 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= WWW-Robot +PORTVERSION= 0.022 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= WWW::Robot.3 + +.include diff --git a/www/p5-WWW-Robot/distinfo b/www/p5-WWW-Robot/distinfo new file mode 100644 index 000000000000..3ec6d6f9f275 --- /dev/null +++ b/www/p5-WWW-Robot/distinfo @@ -0,0 +1 @@ +MD5 (WWW-Robot-0.022.tar.gz) = 051485687d3df6fe3c2e318eb388817b diff --git a/www/p5-WWW-Robot/pkg-comment b/www/p5-WWW-Robot/pkg-comment new file mode 100644 index 000000000000..63523d2c9e41 --- /dev/null +++ b/www/p5-WWW-Robot/pkg-comment @@ -0,0 +1 @@ +Perl interface to a generic web traversal engine diff --git a/www/p5-WWW-Robot/pkg-descr b/www/p5-WWW-Robot/pkg-descr new file mode 100644 index 000000000000..15e59aa33cee --- /dev/null +++ b/www/p5-WWW-Robot/pkg-descr @@ -0,0 +1,6 @@ +WWW::Robot is a perl interface that provides a web traversal engine +for use in web robots. + +Author: Neil Bowers + +--will diff --git a/www/p5-WWW-Robot/pkg-plist b/www/p5-WWW-Robot/pkg-plist new file mode 100644 index 000000000000..6870bf276b98 --- /dev/null +++ b/www/p5-WWW-Robot/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/WWW/Robot.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/WWW/Robot