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 Author line

PR:		ports/189162
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-02 09:41:39 +00:00
parent 5a19ae3878
commit ef6dd2cc21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352788
2 changed files with 3 additions and 2 deletions

View File

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

View File

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