diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 13:25:58 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-01 13:25:58 +0800 |
commit | 6503b85214e46849b6251583d01c55090c133e84 (patch) | |
tree | 5b4daf3e0e4ea633719d77467148aac6bb8683a2 /textproc | |
parent | 12f00895a31d4cd1893ea9f9f1c722775e74fa6d (diff) | |
download | freebsd-ports-gnome-6503b85214e46849b6251583d01c55090c133e84.tar.gz freebsd-ports-gnome-6503b85214e46849b6251583d01c55090c133e84.tar.zst freebsd-ports-gnome-6503b85214e46849b6251583d01c55090c133e84.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189141
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Shellwords/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Shellwords/pkg-descr | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-Shellwords/Makefile b/textproc/p5-Text-Shellwords/Makefile index 51a923f447d7..06f9ccee04c1 100644 --- a/textproc/p5-Text-Shellwords/Makefile +++ b/textproc/p5-Text-Shellwords/Makefile @@ -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 diff --git a/textproc/p5-Text-Shellwords/pkg-descr b/textproc/p5-Text-Shellwords/pkg-descr index b666e558adfb..d5bfe3689546 100644 --- a/textproc/p5-Text-Shellwords/pkg-descr +++ b/textproc/p5-Text-Shellwords/pkg-descr @@ -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/ |