diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:59 +0800 |
commit | 1e0248a1ae18f1999cd5e16d42af61b1693cdb63 (patch) | |
tree | b6ccea5984a0c85a756ffbd70904b2cdf68244cf | |
parent | 951b22511b762e1a5724e9c2ed1dd2d613f842ca (diff) | |
download | freebsd-ports-gnome-1e0248a1ae18f1999cd5e16d42af61b1693cdb63.tar.gz freebsd-ports-gnome-1e0248a1ae18f1999cd5e16d42af61b1693cdb63.tar.zst freebsd-ports-gnome-1e0248a1ae18f1999cd5e16d42af61b1693cdb63.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189278
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | misc/p5-File-Sort/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-File-Sort/Makefile b/misc/p5-File-Sort/Makefile index 072d54e8b624..d097e5f7c1d2 100644 --- a/misc/p5-File-Sort/Makefile +++ b/misc/p5-File-Sort/Makefile @@ -7,9 +7,12 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Sort a file or merge sort multiple files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |