a79e6f76c1
Upstream changes: 0.16 2020-05-12 dmol@cpan.org - fix cpan-testers failures - fix C++ usages instead of C 0.15 2020-05-11 dmol@cpan.org - fix tests for RT#132543 0.14 2020-05-11 htl10@users.sourceforge.net - update glyph->load method()
26 lines
776 B
Makefile
26 lines
776 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/05/26 01:46:04 wen Exp $
|
|
|
|
DISTNAME= Font-FreeType-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 fonts graphics
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Font-FreeType
|
|
COMMENT= Read font files and render glyphs from Perl using FreeType2
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
|
|
PERL5_PACKLIST= auto/Font/FreeType/.packlist
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|