diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-31 02:01:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-31 02:01:11 +0800 |
commit | e30f352eea815fd9bba89fefe6d84560eedef061 (patch) | |
tree | 591ca59190983b95538b57b2adf0ffd7c12fae26 /x11-fonts/p5-Font-TTFMetrics | |
parent | e8ce679ae18eb001fab646d9498961846a994d5a (diff) | |
download | freebsd-ports-gnome-e30f352eea815fd9bba89fefe6d84560eedef061.tar.gz freebsd-ports-gnome-e30f352eea815fd9bba89fefe6d84560eedef061.tar.zst freebsd-ports-gnome-e30f352eea815fd9bba89fefe6d84560eedef061.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here:
- Fix LICENSE
- Remove leading indefinite article from COMMENT
PR: ports/188057
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'x11-fonts/p5-Font-TTFMetrics')
-rw-r--r-- | x11-fonts/p5-Font-TTFMetrics/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/p5-Font-TTFMetrics/Makefile b/x11-fonts/p5-Font-TTFMetrics/Makefile index a69b96db0927..1e0214e0c368 100644 --- a/x11-fonts/p5-Font-TTFMetrics/Makefile +++ b/x11-fonts/p5-Font-TTFMetrics/Makefile @@ -7,8 +7,11 @@ CATEGORIES= x11-fonts perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A parser for the TTF file +MAINTAINER= 5u623l20@gmail.com +COMMENT= Parser for the TTF file + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure |