diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-02 09:41:39 +0000 |
commit | ef6dd2cc21c6c6812e3930e21c27b919d6f1c382 (patch) | |
tree | 6acfc58cfa776bd5a7c61dfe0312de07ee5bd975 /textproc/p5-Parse-Flex | |
parent | 5a19ae387895b7fc6885a9c3e4360ebccb6b2129 (diff) |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189162
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=352788
Diffstat (limited to 'textproc/p5-Parse-Flex')
-rw-r--r-- | textproc/p5-Parse-Flex/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Parse-Flex/pkg-descr | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Parse-Flex/Makefile b/textproc/p5-Parse-Flex/Makefile index cbebdf4658ef..105c584cdd29 100644 --- a/textproc/p5-Parse-Flex/Makefile +++ b/textproc/p5-Parse-Flex/Makefile @@ -7,9 +7,11 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= The Fastest Lexer in the West +LICENSE= GPLv3 + USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Parse-Flex/pkg-descr b/textproc/p5-Parse-Flex/pkg-descr index 3f72effa2666..a6a4baf7dc36 100644 --- a/textproc/p5-Parse-Flex/pkg-descr +++ b/textproc/p5-Parse-Flex/pkg-descr @@ -14,5 +14,4 @@ The grammar.l file requires the same syntax as flex(1); that is, the actions are written in C . See the flex(1) documentation to learn the syntax, or fetch the sample t/grammar.l file inside this package. -Author: Ioannis Tambouras <ioannis@earthlink.net> WWW: http://search.cpan.org/dist/Parse-Flex/ |