0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
20 lines
510 B
Makefile
20 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.26 2015/06/12 10:50:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Font-TTF-1.04
|
|
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"
|