mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
Server runner for testing Groonga full-text search engine.
WWW: http://search.cpan.org/dist/Test-Groonga/
This commit is contained in:
parent
8408e7f155
commit
a3e668691c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381164
@ -765,6 +765,7 @@
|
||||
SUBDIR += p5-Template-Semantic
|
||||
SUBDIR += p5-Template-Tiny
|
||||
SUBDIR += p5-Term-QRCode
|
||||
SUBDIR += p5-Test-Groonga
|
||||
SUBDIR += p5-Test-Perl-Critic
|
||||
SUBDIR += p5-Text-ASCIIMathML
|
||||
SUBDIR += p5-Text-ASCIITable
|
||||
|
24
textproc/p5-Test-Groonga/Makefile
Normal file
24
textproc/p5-Test-Groonga/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Groonga
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for testing Groonga full-text search engine
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
|
||||
p5-Test-TCP>=1.1${PORTSDIR}/devel/p5-Test-TCP
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Test-Groonga/distinfo
Normal file
2
textproc/p5-Test-Groonga/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-Groonga-0.06.tar.gz) = 60f7792f641777cbc740cce136991c23804a43c90b6dedf5a14e70ab7aa7a10e
|
||||
SIZE (Test-Groonga-0.06.tar.gz) = 19591
|
3
textproc/p5-Test-Groonga/pkg-descr
Normal file
3
textproc/p5-Test-Groonga/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Server runner for testing Groonga full-text search engine.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Groonga/
|
2
textproc/p5-Test-Groonga/pkg-plist
Normal file
2
textproc/p5-Test-Groonga/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Test::Groonga.3.gz
|
||||
%%SITE_PERL%%/Test/Groonga.pm
|
Loading…
Reference in New Issue
Block a user