openbsd-ports/textproc/p5-Font-TTF/Makefile

29 lines
536 B
Makefile
Raw Normal View History

# $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>
2003-11-15 10:12:53 -05:00
# 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>