- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr - Use single space after WWW:
This commit is contained in:
parent
d3ea549fc6
commit
dbb236bf79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363661
3 changed files with 17 additions and 13 deletions
|
@ -11,13 +11,17 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.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
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_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
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This module provides a set of methods for adding (updating) and
|
||||
deleting entries in an existing solr server.
|
||||
This module provides a set of methods for adding (updating) and deleting entries
|
||||
in an existing solr server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Solr/
|
||||
WWW: http://search.cpan.org/dist/Solr/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
%%PERL5_MAN3%%/Solr.3.gz
|
||||
%%PERL5_MAN3%%/Solr::HTTPUpdateHandler.3.gz
|
||||
%%PERL5_MAN3%%/Solr::Schema.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Solr/.packlist
|
||||
%%SITE_PERL%%/Solr.pm
|
||||
%%SITE_PERL%%/Solr/HTTPUpdateHandler.pm
|
||||
%%SITE_PERL%%/Solr/Schema.pm
|
||||
@dirrmtry %%SITE_PERL%%/Solr
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Solr/.packlist
|
||||
%%PERL5_MAN3%%/Solr.3.gz
|
||||
%%PERL5_MAN3%%/Solr::HTTPUpdateHandler.3.gz
|
||||
%%PERL5_MAN3%%/Solr::Schema.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Solr
|
||||
@dirrmtry %%SITE_PERL%%/Solr
|
||||
|
|
Loading…
Reference in a new issue