20 lines
368 B
Makefile
20 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.24 2010/10/19 07:54:24 espie Exp $
|
|
|
|
COMMENT= perl modules for creating and manipulating PDF
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-PDF-0.25
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|