openbsd-ports/textproc/p5-Font-TTF/Makefile
steven 46d49b543a update to 0.37
based on a diff from the new maintainer Jasper Lievisse Adriaanse
<jasper at nedbsd.nl>, man page help from jmc@
2005-12-14 17:29:37 +00:00

29 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.16 2005/12/14 17:29:37 steven Exp $
COMMENT= "perl module for TrueType font hacking"
DISTNAME= Font-TTF-0.37
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
NO_REGRESS= Yes
post-patch:
@rm -f ${WRKSRC}/lib/Font/TTF/*.orig
.include <bsd.port.mk>