1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-01 05:26:27 +00:00
parent 4bd184b846
commit 23f61eb6cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352729
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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/