diff options
Diffstat (limited to 'www/p5-WWW-Search/Makefile')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index b742d3da79b4..f63de7114b10 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-WWW-Search -# Version required: 1.010 +# Version required: 1.015 # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/06/27 01:58:30 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/09/14 04:00:06 jfitz Exp $ # -DISTNAME= WWW-Search-1.010 -PKGNAME= p5-WWW-Search-1.010 +DISTNAME= WWW-Search-1.015 +PKGNAME= p5-WWW-Search-1.015 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -26,7 +26,8 @@ MAN3= WWW::Search.3 WWW::Search::AltaVista.3 WWW::Search::AltaVista::AdvancedNe WWW::Search::AltaVista::Web.3 WWW::Search::Dejanews.3 WWW::Search::Excite.3 \ WWW::Search::HotBot.3 WWW::Search::Infoseek.3 WWW::Search::Infoseek::Email.3 \ WWW::Search::Infoseek::News.3 WWW::Search::Infoseek::Web.3 WWW::Search::Lycos.3 \ - WWW::Search::Yahoo.3 WWW::SearchResult.3 + WWW::Search::Magellan.3 WWW::Search::PLweb.3 WWW::Search::SFgate.3 \ + WWW::Search::WebCrawler.3 WWW::Search::Yahoo.3 WWW::SearchResult.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL |