aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Search-QueryParser
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:01:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:01:11 +0000
commita1622d73f68c64e767d1edfc7a2971f519f4bc95 (patch)
tree30570266fbcf7757525ba62f474878f53a40d0b0 /textproc/p5-Search-QueryParser
parentd04849f483be4ae279bb0b22a3bdb37bad144fc7 (diff)
downloadports-a1622d73f68c64e767d1edfc7a2971f519f4bc95.tar.gz
ports-a1622d73f68c64e767d1edfc7a2971f519f4bc95.zip
Fix LICENSE
- Add NO_ARCH - Fix indent - Update pkg-descr - Take maintainership
Notes
Notes: svn path=/head/; revision=470094
Diffstat (limited to 'textproc/p5-Search-QueryParser')
-rw-r--r--textproc/p5-Search-QueryParser/Makefile8
-rw-r--r--textproc/p5-Search-QueryParser/pkg-descr5
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-Search-QueryParser/Makefile b/textproc/p5-Search-QueryParser/Makefile
index cf17e2e5f368..e16b782c7b89 100644
--- a/textproc/p5-Search-QueryParser/Makefile
+++ b/textproc/p5-Search-QueryParser/Makefile
@@ -6,12 +6,14 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse a query into a structure suitable for external search engines
-LICENSE= GPLv2
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
-USES= perl5
+NO_ARCH= yes
+USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/textproc/p5-Search-QueryParser/pkg-descr b/textproc/p5-Search-QueryParser/pkg-descr
index 49f58ac1b2fe..059f3acf68c8 100644
--- a/textproc/p5-Search-QueryParser/pkg-descr
+++ b/textproc/p5-Search-QueryParser/pkg-descr
@@ -1,4 +1,5 @@
-This module parses a query string into a data structure to be handled by
-external search engines.
+Search::QueryParser parses a query string into a data structure to be handled by
+external search engines. For examples of such engines, see File::Tabular and
+Search::Indexer.
WWW: http://search.cpan.org/dist/Search-QueryParser/