freebsd-ports/textproc/p5-Search-Odeum/Makefile
Mathieu Arnold 301b658054 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 23:21:10 +00:00

21 lines
435 B
Makefile

# Created by: 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= libqdbm.so:${PORTSDIR}/databases/qdbm
CFLAGS+= -I${LOCALBASE}/include
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>