freebsd-ports/x11-fonts/p5-Font-TTFMetrics/Makefile
Sunpoet Po-Chuan Hsieh 1dea8a7581 - 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>
2014-03-30 18:01:11 +00:00

19 lines
334 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Font-TTFMetrics
PORTVERSION= 0.1
CATEGORIES= x11-fonts perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Parser for the TTF file
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>