diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 21:24:40 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 21:24:40 +0000 |
commit | 959bdd67e111bdb9962468ee5809e53b798ce55f (patch) | |
tree | ecd8f9870c50c1c565ac135c922eaf739c19a7c8 /www/p5-WWW-Search/Makefile | |
parent | 4b78078e62b45cb04c304560cbab2ff57113a1bc (diff) |
Update to 2.33, assign the submitter to be the maintainer.
PR: 38511
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=60228
Diffstat (limited to 'www/p5-WWW-Search/Makefile')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index d1300a9bbebb..97cb11a70fef 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -6,18 +6,21 @@ # PORTNAME= WWW-Search -PORTVERSION= 2.26 +PORTVERSION= 2.33 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/User.pm:${PORTSDIR}/sysutils/p5-User RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -27,7 +30,6 @@ MAN1= AutoSearch.1 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= WWW::Search.3 \ WWW::Search::Crawler.3 \ - WWW::Search::Excite::News.3 \ WWW::Search::ExciteForWebServers.3 \ WWW::Search::Fireball.3 \ WWW::Search::FolioViews.3 \ |