diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-07-06 14:07:08 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-07-06 14:07:08 +0000 |
commit | 3ed9e103a9c5d738ed96e5ab0b6b95e6fed04810 (patch) | |
tree | 8bd24e6cc1e58fd89a6d6bd7feba5158113785e8 /www/p5-WWW-Mechanize/Makefile | |
parent | Fix a miss url in pkg-descr (diff) |
Update to 1.02. While at it, assign maintainership to perl@.
PR: 66714
Submitted by: Lars Eggert <lars.eggert@gmx.net>, with fixes from mat.
Notes
Notes:
svn path=/head/; revision=113063
Diffstat (limited to 'www/p5-WWW-Mechanize/Makefile')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 938df3c951be..90be75bd4322 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -6,13 +6,13 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 0.72 +PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -24,8 +24,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 \ - WWW::Mechanize::FAQ.3 WWW::Mechanize::Link.3 +MAN3= WWW::Mechanize.3 WWW::Mechanize::Cookbook.3 \ + WWW::Mechanize::Examples.3 WWW::Mechanize::FAQ.3 \ + WWW::Mechanize::Link.3 MAN1= mech-dump.1 .include <bsd.port.pre.mk> |