aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Search-Odeum/Makefile
blob: a3b02cef902099ce03fad849ed0af5cc497b6f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    p5-Search-Odeum
# Date created:     2007-07-26
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Search-Odeum
PORTVERSION=    0.02
PORTREVISION=   1
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Search
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Perl interface to the Odeum inverted index API

LIB_DEPENDS=    qdbm:${PORTSDIR}/databases/qdbm

CFLAGS+=    -I${LOCALBASE}/include
CONFIGURE_ENV=  CFLAGS="${CFLAGS}"
PERL_CONFIGURE= yes

MAN3=       Search::Odeum.3 \
        Search::Odeum::Document.3 \
        Search::Odeum::Result.3

.include <bsd.port.mk>