freebsd-ports/textproc/p5-Search-Odeum/Makefile

24 lines
453 B
Makefile
Raw Normal View History

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Search-Odeum
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2014-06-30 18:42:17 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to the Odeum inverted index API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm
CFLAGS+= -I${LOCALBASE}/include
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>