diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 12:36:19 +0000 |
commit | 3dece93ee25ebf53be8b1293a73affc41d500e2c (patch) | |
tree | 185ef682734202845bdc727c6423b7fd5bd9f562 /textproc/p5-Search-Estraier | |
parent | b731ccdbfc5cf2d74ba2737f0e8d2c2b9e53d080 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Search-Estraier')
-rw-r--r-- | textproc/p5-Search-Estraier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Search-Estraier/Makefile b/textproc/p5-Search-Estraier/Makefile index d95fdc159bf1..ed9f0ebff4ce 100644 --- a/textproc/p5-Search-Estraier/Makefile +++ b/textproc/p5-Search-Estraier/Makefile @@ -7,6 +7,7 @@ PORTNAME= Search-Estraier PORTVERSION= 0.09 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Pure perl module to use Hyper Estraier search engine -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} |