mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Solr
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GARAFOLA/Solr
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl extension for interfacing with Solr
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
|
|
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|