diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-10-07 08:50:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-10-07 08:50:34 +0000 |
commit | 5a76bb286b01f1bbd84f765f6570ccaf14d1f70a (patch) | |
tree | 70ff0cd59c766c6b7c563a57e10c72725919107b /www/p5-WWW-Mechanize-Plugin-phpBB | |
parent | f437d712023cf688a1b60c019bda706380a7e263 (diff) | |
download | ports-5a76bb286b01f1bbd84f765f6570ccaf14d1f70a.tar.gz ports-5a76bb286b01f1bbd84f765f6570ccaf14d1f70a.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Mechanize-Plugin-phpBB')
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/Makefile | 14 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile index d3d1e960e89d..2b29ede49239 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile @@ -6,18 +6,20 @@ # PORTNAME= WWW-Mechanize-Plugin-phpBB -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Screen scraper for phpBB installations -BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize/Pluggable.pm:${PORTSDIR}/www/p5-WWW-Mechanize-Pluggable \ - ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-WWW-Mechanize-Pluggable>=0.10:${PORTSDIR}/www/p5-WWW-Mechanize-Pluggable \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= WWW::Mechanize::Plugin::phpBB.3 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo index 02393496affa..4b5084aa1699 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = a49e5c3c267b99691b945ff02441e4f8 -SHA256 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 39759ec5df3ad23acfa8e97edb25b73de6dcb00e4ed70555accc81239f77b800 -SIZE (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 5524 +MD5 (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = 72f4858542c7e3a8b58f0c63601a485a +SHA256 (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = c066d308cddb4efc6a475e79e6713dda3b6a26e9caee041726c6a21f080b2f68 +SIZE (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = 5609 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr index 2fd698968528..9f7920484ebe 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr @@ -7,5 +7,5 @@ FUNCTIONALITY IS CURRENTLY LIMITED, READ ON WHAT'S AVAILABLE SO FAR. WWW::Mechanize::Plugin::phpBB is implemented as a plugin to WWW::Mechanize, using Joe McMahon's WWW::Mechanize::Pluggable framework. -WWW: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB +WWW: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB/ Author: Mike Schilli <m@perlmeister.com> |