diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:40:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:40:15 +0000 |
commit | d6c534ebe2768513b7861c9f08c2cb499f0b8728 (patch) | |
tree | a92b1b9b58486f169a8292ebc686c4f6ea9ea0c2 /devel | |
parent | f98d498a295183da411ae969f466e3e5c51feb69 (diff) | |
download | ports-d6c534ebe2768513b7861c9f08c2cb499f0b8728.tar.gz ports-d6c534ebe2768513b7861c9f08c2cb499f0b8728.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189574
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=355209
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Locale-Msgfmt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Locale-Msgfmt/Makefile b/devel/p5-Locale-Msgfmt/Makefile index e98d6d0758b6..5ccf8d643a48 100644 --- a/devel/p5-Locale-Msgfmt/Makefile +++ b/devel/p5-Locale-Msgfmt/Makefile @@ -8,9 +8,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Compile .po files to .mo files +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |