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/189141
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-01 05:25:58 +00:00
parent 12f00895a3
commit 6503b85214
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352723
2 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,12 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= 5u623l20@gmail.com
COMMENT= This is a thin wrapper around the shellwords.pl package
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure

View File

@ -6,5 +6,4 @@ for its command-line arguments. Tokens are separated by whitespace,
and can be delimited by single or double quotes. The module also
respects backslash escapes.
Author: Lincoln Stein <lstein@cshl.org>.
WWW: http://search.cpan.org/dist/Text-Shellwords/