aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Tokenizer
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-01 05:26:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-01 05:26:27 +0000
commit23f61eb6cfa553acc7fbbb1878b06f78368c1d71 (patch)
tree521d09689ea3262b6e9faf0685db1b5f900587ea /textproc/p5-String-Tokenizer
parent4bd184b846b0f1a511b687b8544a0b7a9823dc01 (diff)
downloadports-23f61eb6cfa553acc7fbbb1878b06f78368c1d71.tar.gz
ports-23f61eb6cfa553acc7fbbb1878b06f78368c1d71.zip
- Add LICENSE
- Pass maintainership to submitter - While I'm here - Remove leading indefinite article from COMMENT - Remove Author line PR: ports/189149 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes: svn path=/head/; revision=352729
Diffstat (limited to 'textproc/p5-String-Tokenizer')
-rw-r--r--textproc/p5-String-Tokenizer/Makefile7
-rw-r--r--textproc/p5-String-Tokenizer/pkg-descr1
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-String-Tokenizer/Makefile b/textproc/p5-String-Tokenizer/Makefile
index 7733426d7642..a23864ba1a85 100644
--- a/textproc/p5-String-Tokenizer/Makefile
+++ b/textproc/p5-String-Tokenizer/Makefile
@@ -7,8 +7,11 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple string tokenizer
+MAINTAINER= 5u623l20@gmail.com
+COMMENT= Simple string tokenizer
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
diff --git a/textproc/p5-String-Tokenizer/pkg-descr b/textproc/p5-String-Tokenizer/pkg-descr
index 13c9851d1626..4dabcb3c95d1 100644
--- a/textproc/p5-String-Tokenizer/pkg-descr
+++ b/textproc/p5-String-Tokenizer/pkg-descr
@@ -14,5 +14,4 @@ tokenization with lexical analysis. A tokenizer mearly splits its input
into specific chunks, a lexical analyzer classifies those chunks.
Sometimes these two steps are combined, but not here.
-Author: stevan little <stevan@iinteractive.com>
WWW: http://search.cpan.org/dist/String-Tokenizer/