17 lines
297 B
Makefile
17 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:45 sthen Exp $
|
|
|
|
COMMENT= perl interface to Adobe Font Metrics files
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Font-AFM-1.20
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
|
|
|
.include <bsd.port.mk>
|