summaryrefslogtreecommitdiff
path: root/print/p5-Font-FreeType/Makefile
blob: 8973f158e7b31f0f25618e9c681a786d6aa3ac56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	Font-FreeType
PORTVERSION=	0.03
CATEGORIES=	print perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to read font files and render glyphs using FreeType2

LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2

USES=		pkgconfig perl5
USE_PERL5=	configure

MAN3=	Font::FreeType.3 \
	Font::FreeType::Face.3 \
	Font::FreeType::Glyph.3

NO_STAGE=	yes
.include <bsd.port.mk>