2013-03-29 01:44:53 +01:00
|
|
|
# Created by: clsung@dragon2.net
|
2003-10-24 06:28:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Search-InvertedIndex
|
2003-12-28 01:24:43 +01:00
|
|
|
PORTVERSION= 1.14
|
2003-10-24 06:28:48 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-24 06:28:48 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Manager for inverted index maps
|
2003-10-24 06:28:48 +02:00
|
|
|
|
2012-06-03 19:02:24 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-NamedParms>=0:${PORTSDIR}/devel/p5-Class-NamedParms \
|
|
|
|
p5-Class-ParmList>=0:${PORTSDIR}/devel/p5-Class-ParmList \
|
|
|
|
p5-Tie-DB_File-SplitHash>=0:${PORTSDIR}/devel/p5-Tie-DB_File-SplitHash \
|
|
|
|
p5-Tie-FileLRUCache>=0:${PORTSDIR}/devel/p5-Tie-FileLRUCache
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-10-24 06:28:48 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Search::InvertedIndex.3 \
|
|
|
|
Search::InvertedIndex::AutoLoader.3 \
|
|
|
|
Search::InvertedIndex::DB::DB_File_SplitHash.3 \
|
|
|
|
Search::InvertedIndex::DB::Mysql.3 \
|
|
|
|
Search::InvertedIndex::Query.3 \
|
|
|
|
Search::InvertedIndex::Update.3 \
|
|
|
|
Search::InvertedIndex::Query::Leaf.3 \
|
|
|
|
Search::InvertedIndex::Result.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|