freebsd-ports/textproc/p5-Apache-Solr/Makefile
Kurt Jaeger 190cd1df70 New port: textproc/p5-Apache-Solr
Apache::Solr provides an high level interface to access solr servers.

WWW: http://search.cpan.org/dist/Apache-Solr/
2017-06-16 15:33:49 +00:00

17 lines
276 B
Makefile

# $FreeBSD$
PORTNAME= Apache-Solr
PORTVERSION= 1.04
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= High level interface to the Solr server
LICENSE= ART10
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>