pkgsrc/fonts/p5-Font-TTF/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

20 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/10/03 21:56:03 wiz Exp $
#
DISTNAME= Font-TTF-1.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mhosken/Font-TTF/
COMMENT= Perl module for TrueType font hacking
LICENSE= artistic-2.0
DEPENDS+= p5-IO-String>=0:../../devel/p5-IO-String
PERL5_PACKLIST= auto/Font/TTF/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"