diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 22:23:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-22 22:23:22 +0000 |
commit | 3fcafc814f0a3ce61aa758223e76157e9fc12f60 (patch) | |
tree | 9635ed48e50c7642bce18a7123313586d2e00788 /textproc/p5-Sphinx-Search | |
parent | 44be971e449b749a43058f4fdbb027ec5ee07ccc (diff) | |
download | ports-3fcafc814f0a3ce61aa758223e76157e9fc12f60.tar.gz ports-3fcafc814f0a3ce61aa758223e76157e9fc12f60.zip |
Notes
Diffstat (limited to 'textproc/p5-Sphinx-Search')
-rw-r--r-- | textproc/p5-Sphinx-Search/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-Sphinx-Search/Makefile b/textproc/p5-Sphinx-Search/Makefile new file mode 100644 index 000000000000..0b13b1569268 --- /dev/null +++ b/textproc/p5-Sphinx-Search/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Sphinx-Search +# Date created: Thu Aug 20 15:21:22 EDT 2009 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= Sphinx-Search +PORTVERSION= 0.22 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Sphinx search engine API Perl client + +PERL_CONFIGURE= yes + +MAN3= Sphinx::Search.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Sphinx-Search/distinfo b/textproc/p5-Sphinx-Search/distinfo new file mode 100644 index 000000000000..3d5ef3f019ab --- /dev/null +++ b/textproc/p5-Sphinx-Search/distinfo @@ -0,0 +1,3 @@ +MD5 (Sphinx-Search-0.22.tar.gz) = eff8a3a8749c8f36b80978e0a44408a2 +SHA256 (Sphinx-Search-0.22.tar.gz) = 5c5bfbcf5687d3bbae8f222783bc1f84e6f2e82e340bae71a285041beb8b79a3 +SIZE (Sphinx-Search-0.22.tar.gz) = 23979 diff --git a/textproc/p5-Sphinx-Search/pkg-descr b/textproc/p5-Sphinx-Search/pkg-descr new file mode 100644 index 000000000000..fa66824be475 --- /dev/null +++ b/textproc/p5-Sphinx-Search/pkg-descr @@ -0,0 +1,3 @@ +Sphinx search engine API Perl client. + +WWW: http://search.cpan.org/dist/Sphinx-Search diff --git a/textproc/p5-Sphinx-Search/pkg-plist b/textproc/p5-Sphinx-Search/pkg-plist new file mode 100644 index 000000000000..ce6eed21b963 --- /dev/null +++ b/textproc/p5-Sphinx-Search/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Sphinx/Search.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Search/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Search +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx +@dirrmtry %%SITE_PERL%%/Sphinx |