diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 11:41:12 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 11:41:12 +0800 |
commit | d6d3781046dbaf1d0dcb1fe8e82189c1ccc3cf92 (patch) | |
tree | 1c23a51b37c107ec967617fdebbf39b633ed05c6 /misc | |
parent | 9cf974e836879f7a1e800fd4b18fc41bc79ca397 (diff) | |
download | freebsd-ports-gnome-d6d3781046dbaf1d0dcb1fe8e82189c1ccc3cf92.tar.gz freebsd-ports-gnome-d6d3781046dbaf1d0dcb1fe8e82189c1ccc3cf92.tar.zst freebsd-ports-gnome-d6d3781046dbaf1d0dcb1fe8e82189c1ccc3cf92.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189281
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Msgcat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index bc0fa59ff3e7..77867aa7bd34 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for systems to support the XPG4 message catalog functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |