diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-01-17 09:11:48 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-01-17 09:11:48 +0000 |
commit | 89567c18331867ae08ae79d8ecf596db00483665 (patch) | |
tree | 8e153c801d49a96507369f57d4f702c0db9adbb8 /www/p5-WWW-Search/Makefile | |
parent | f60d20dd88563c6a9ca18371656f22d0fa8821ea (diff) | |
download | ports-89567c18331867ae08ae79d8ecf596db00483665.tar.gz ports-89567c18331867ae08ae79d8ecf596db00483665.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Search/Makefile')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index 87bafbddac66..c46c151e30e7 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -6,14 +6,14 @@ # PORTNAME= WWW-Search -PORTVERSION= 2.479 +PORTVERSION= 2.485 PORTREVISION= 0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 module for WWW searches BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ @@ -26,7 +26,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathT ${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 + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + p5-IO-Capture>0:${PORTSDIR}/devel/p5-IO-Capture \ + p5-Test-File>0:${PORTSDIR}/devel/p5-Test-File RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |