diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:41:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-02 17:41:49 +0800 |
commit | fa2c0563440cc9d9f1d505dd3ed01f925be0bb5f (patch) | |
tree | 702171cc634cfd2459b4cc62a109bc41c120aa68 /textproc | |
parent | e05405603d2a3dd9cf894a1d40eb649b4b9b2168 (diff) | |
download | freebsd-ports-gnome-fa2c0563440cc9d9f1d505dd3ed01f925be0bb5f.tar.gz freebsd-ports-gnome-fa2c0563440cc9d9f1d505dd3ed01f925be0bb5f.tar.zst freebsd-ports-gnome-fa2c0563440cc9d9f1d505dd3ed01f925be0bb5f.zip |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
PR: ports/189167
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-File-Inplace/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-File-Inplace/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-File-Inplace/Makefile b/textproc/p5-File-Inplace/Makefile index 6e6ac01c7d0b..c164c8aea5d8 100644 --- a/textproc/p5-File-Inplace/Makefile +++ b/textproc/p5-File-Inplace/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for in-place editing of files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-File-Inplace/pkg-descr b/textproc/p5-File-Inplace/pkg-descr index a2b4c36106d5..5facb2c6e190 100644 --- a/textproc/p5-File-Inplace/pkg-descr +++ b/textproc/p5-File-Inplace/pkg-descr @@ -9,4 +9,4 @@ It also offers functionality such as backup creation, automatic field splitting per-line, automatic chomping/unchomping, and aborting edits partially through without affecting the original file. -WWW: http://search.cpan.org/dist/File-Inplace/ +WWW: http://search.cpan.org/dist/File-Inplace/ |