pkgsrc/fonts/p5-Font-FreeType/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

19 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/06/12 10:50:05 wiz Exp $
#
DISTNAME= Font-FreeType-0.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= perl5 fonts graphics
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Font-FreeType/
COMMENT= Read font files and render glyphs from Perl using FreeType2
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Font/FreeType/.packlist
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"