diff options
author | az <az@FreeBSD.org> | 2014-03-19 10:58:55 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-03-19 10:58:55 +0800 |
commit | 3df24f65e6ce6a74e9bf9139cbfe796560a7e918 (patch) | |
tree | 8ab103499fb8e33d9aa45798a59566642ef53f0b | |
parent | 5133e73cfa1845d5a915a09d316de3144b0751e9 (diff) | |
download | freebsd-ports-gnome-3df24f65e6ce6a74e9bf9139cbfe796560a7e918.tar.gz freebsd-ports-gnome-3df24f65e6ce6a74e9bf9139cbfe796560a7e918.tar.zst freebsd-ports-gnome-3df24f65e6ce6a74e9bf9139cbfe796560a7e918.zip |
- Fix typo in COMMENT (CVS -> CSV)
- Assisgn maintainership to perl@
- Fix WWW (tab -> space) in pkg-plist
PR: ports/187717
Submitted by: C Hutchinson <portmaster@bsdforge.com>
-rw-r--r-- | textproc/p5-Parse-CSV/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Parse-CSV/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Parse-CSV/Makefile b/textproc/p5-Parse-CSV/Makefile index 56695585681e..7ce2167897be 100644 --- a/textproc/p5-Parse-CSV/Makefile +++ b/textproc/p5-Parse-CSV/Makefile @@ -7,8 +7,8 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Highly flexible CVS parser for large files +MAINTAINER= perl@FreeBSD.org +COMMENT= Highly flexible CSV parser for large files LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/textproc/p5-Parse-CSV/pkg-descr b/textproc/p5-Parse-CSV/pkg-descr index 71b3839a08fc..5fa4572a1b1f 100644 --- a/textproc/p5-Parse-CSV/pkg-descr +++ b/textproc/p5-Parse-CSV/pkg-descr @@ -16,4 +16,4 @@ Parse::CSV fills this functionality gap. It provides a flexible and light-weight streaming parser for large, extremely large, or arbitrarily large CSV files. -WWW: http://search.cpan.org/dist/Parse-CSV/ +WWW: http://search.cpan.org/dist/Parse-CSV/ |