2013-09-11 08:03:56 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2007-07-30 04:24:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Search-Odeum
|
|
|
|
PORTVERSION= 0.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2007-07-30 04:24:17 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2007-07-30 04:24:17 +02:00
|
|
|
COMMENT= Perl interface to the Odeum inverted index API
|
|
|
|
|
2014-07-31 20:54:12 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2014-01-22 00:21:10 +01:00
|
|
|
LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm
|
2007-07-30 04:24:17 +02:00
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2013-09-11 08:03:56 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 20:54:12 +02:00
|
|
|
USES= perl5
|
2007-07-30 04:24:17 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|