diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-01 13:26:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-01 13:26:08 +0800 |
commit | 81b899df30a9d6a7a673df642355d6029dad8858 (patch) | |
tree | 94c21cb3bf68ffae8f240ae1262b4edda4c95a96 /textproc | |
parent | 63aa1ca81883a5b6dfac1bb0535790550d166caa (diff) | |
download | freebsd-ports-gnome-81b899df30a9d6a7a673df642355d6029dad8858.tar.gz freebsd-ports-gnome-81b899df30a9d6a7a673df642355d6029dad8858.tar.zst freebsd-ports-gnome-81b899df30a9d6a7a673df642355d6029dad8858.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189144
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Flowed/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-Flowed/Makefile b/textproc/p5-Text-Flowed/Makefile index 573610f66a0c..b0ebd7dab8a3 100644 --- a/textproc/p5-Text-Flowed/Makefile +++ b/textproc/p5-Text-Flowed/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= RFC2646 format=flowed +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |