2009-03-15 20:41:56 +01:00
|
|
|
# New ports collection makefile for: p5-Solr
|
|
|
|
# Date created: 2009-03-16
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Solr
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:03:27 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:GARAFOLA/Solr
|
2009-03-15 20:41:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Perl extension for interfacing with Solr
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
|
|
p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
|
|
|
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
MAN3= Solr.3 Solr::HTTPUpdateHandler.3 Solr::Schema.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|