1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/p5-WWW-Search/Makefile
Satoshi Asami dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00

59 lines
1.5 KiB
Makefile

# New ports collection makefile for: p5-WWW-Search
# Version required: 1.021
# Date created: June 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.ORG>
#
# $Id: Makefile,v 1.9 1998/10/15 01:28:34 jseger Exp $
#
DISTNAME= WWW-Search-1.021
PKGNAME= p5-WWW-Search-1.021
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5= YES
MAN1= AutoSearch.1 \
WebSearch.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= WWW::Search.3 \
WWW::Search::AltaVista.3 \
WWW::Search::AltaVista::AdvancedNews.3 \
WWW::Search::AltaVista::AdvancedWeb.3 \
WWW::Search::AltaVista::News.3 \
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::Magellan.3 \
WWW::Search::PLweb.3 \
WWW::Search::SFgate.3 \
WWW::Search::WebCrawler.3 \
WWW::Search::Yahoo.3 \
WWW::SearchResult.3 \
WWW::Search::Infoseek::Companies.3 \
WWW::Search::Verity.3 \
WWW::Search::Gopher.3 \
WWW::Search::Simple.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300000
BROKEN= perl
.endif
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.post.mk>