6461795127
perl interface to Adobe Font Metrics files --- This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font.
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/07/11 09:30:09 shell Exp $
|
|
|
|
COMMENT= "perl interface to Adobe Font Metrics files"
|
|
|
|
DISTNAME= Font-AFM-1.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|