diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:12 +0800 |
commit | aa310ebee806478df1449f66f68eed0a70ee3417 (patch) | |
tree | 1c23a51b37c107ec967617fdebbf39b633ed05c6 /misc | |
parent | b6fbcb22d0e72c2244033450beb9ccf6faeb0a1d (diff) | |
download | freebsd-ports-gnome-aa310ebee806478df1449f66f68eed0a70ee3417.tar.gz freebsd-ports-gnome-aa310ebee806478df1449f66f68eed0a70ee3417.tar.zst freebsd-ports-gnome-aa310ebee806478df1449f66f68eed0a70ee3417.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 |