aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-01 13:25:58 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-01 13:25:58 +0800
commit6503b85214e46849b6251583d01c55090c133e84 (patch)
tree5b4daf3e0e4ea633719d77467148aac6bb8683a2 /textproc
parent12f00895a31d4cd1893ea9f9f1c722775e74fa6d (diff)
downloadfreebsd-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/Makefile5
-rw-r--r--textproc/p5-Text-Shellwords/pkg-descr1
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/