diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:55:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:55:36 +0000 |
commit | 67f64b8151f25d0e398f035d60c017dbc8220ef2 (patch) | |
tree | bdbba7bc34b0d5a84ee88880576b1f73cea43b71 /www/p5-WWW-Robot | |
parent | Add p5-Quota 1.3, a perl module that provides access to filesystem quotas. (diff) |
Add p5-WWW-Robot 0.022, a perl interface to a generic web traversal
engine.
Notes
Notes:
svn path=/head/; revision=36740
Diffstat (limited to 'www/p5-WWW-Robot')
-rw-r--r-- | www/p5-WWW-Robot/Makefile | 28 | ||||
-rw-r--r-- | www/p5-WWW-Robot/distinfo | 1 | ||||
-rw-r--r-- | www/p5-WWW-Robot/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-WWW-Robot/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-WWW-Robot/pkg-plist | 3 |
5 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk> 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 <neilb@cre.canon.co.uk> + +--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 |