Update print/abcm2ps to version 8.12.3
[dports.git] / print / p5-Font-FreeType / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Font-FreeType
4 PORTVERSION=    0.03
5 PORTREVISION=   2
6 CATEGORIES=     print perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     kuriyama@FreeBSD.org
11 COMMENT=        Perl extension to read font files and render glyphs using FreeType2
12
13 LIB_DEPENDS=    libfreetype.so:print/freetype2
14
15 USES=           pkgconfig perl5
16 USE_PERL5=      configure
17
18 .include <bsd.port.mk>