1dea8a7581
- 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>
19 lines
334 B
Makefile
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>
|