summaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Odeum/Makefile
blob: 33e6d25f7ace38b87cbb12aad0b461b13aa3e6f3 (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
# 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
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>