1997-06-27 03:58:30 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Search
|
|
|
|
# Date created: June 26th 1997
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
1997-06-27 03:58:30 +02:00
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1997-06-27 03:58:30 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= WWW-Search
|
2003-12-30 18:29:13 +01:00
|
|
|
PORTVERSION= 2.46
|
1997-06-27 03:58:30 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= WWW
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1997-06-27 03:58:30 +02:00
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A perl5 module for WWW searches
|
1997-06-27 03:58:30 +02:00
|
|
|
|
2003-08-07 16:24:14 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
2003-12-09 12:46:54 +01:00
|
|
|
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
2003-08-07 16:24:14 +02:00
|
|
|
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
|
|
|
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
|
|
|
${SITE_PERL}/Test/Inline.pm:${PORTSDIR}/devel/p5-Test-Inline \
|
|
|
|
${SITE_PERL}/User.pm:${PORTSDIR}/sysutils/p5-User \
|
|
|
|
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
|
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
2001-05-10 03:20:55 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
1999-05-07 00:17:34 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1997-06-27 03:58:30 +02:00
|
|
|
|
1998-08-19 15:13:11 +02:00
|
|
|
MAN1= AutoSearch.1 \
|
|
|
|
WebSearch.1
|
2000-05-08 07:46:23 +02:00
|
|
|
MAN3= WWW::Search.3 \
|
2002-09-12 13:48:38 +02:00
|
|
|
WWW::SearchResult.3 \
|
2000-02-27 16:27:55 +01:00
|
|
|
WWW::Search::Null.3 \
|
2002-09-12 13:48:38 +02:00
|
|
|
WWW::Search::Null::Count.3 \
|
|
|
|
WWW::Search::Null::Empty.3 \
|
|
|
|
WWW::Search::Null::Error.3 \
|
2000-05-08 07:46:23 +02:00
|
|
|
WWW::Search::Simple.3 \
|
2002-09-12 13:48:38 +02:00
|
|
|
WWW::Search::Test.3
|
2000-02-27 16:27:55 +01:00
|
|
|
|
2003-08-07 16:24:14 +02:00
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/lib/WWW/Search/Test.pm.orig
|
|
|
|
|
2002-10-30 03:01:48 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-04-29 09:14:36 +02:00
|
|
|
.if ${PERL_LEVEL} < 500601
|
2003-04-13 14:28:23 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
2003-08-07 16:24:14 +02:00
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
2003-04-13 14:28:23 +02:00
|
|
|
.endif
|
2002-10-30 03:01:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|