blob: 003291d15bd899f1ee178b6e6944d2144ce79a1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= Font-AFM
PORTVERSION= 1.20
CATEGORIES= x11-fonts perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to Adobe font metrics files
USES= perl5
USE_PERL5= configure
MAN3= Font::AFM.3
.include <bsd.port.mk>
|