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

19 lines
371 B
Makefile
Raw Normal View History

2010-11-20 14:56:47 -05:00
# $OpenBSD: Makefile,v 1.8 2010/11/20 19:56:49 espie Exp $
COMMENT= perl interface to Adobe Font Metrics files
MODULES= cpan
2008-09-07 20:11:47 -04:00
DISTNAME= Font-AFM-1.20
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2003-11-15 10:12:53 -05:00
2008-09-07 20:11:47 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS= ${PKGNAME}:${BUILD_PKGPATH}
2008-09-07 20:11:47 -04:00
.include <bsd.port.mk>