17 lines
282 B
Makefile
17 lines
282 B
Makefile
# $OpenBSD: Makefile,v 1.32 2020/07/03 21:45:45 sthen Exp $
|
|
|
|
COMMENT= perl module for TrueType font hacking
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Font-TTF-1.06
|
|
CATEGORIES= textproc
|
|
REVISION= 1
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-IO-String
|
|
|
|
.include <bsd.port.mk>
|