openbsd-ports/textproc/p5-PDF-API2/Makefile
msf 40fe6581db initial import of PDF::API2 0.57
This module is 'The Next Generation' of Text::PDF::API which initially
provided a nice API around the Text::PDF::* modules created by Martin Hosken.

	.  Works with more than one PDF file open at once
	.  It presents a object-oriented API to the user
	.  Supports the 14 base PDF Core Fonts
	.  Supports TrueType fonts
	.  Supports Adobe-Type1 Fonts (pfb/pfa/afm)
	.  Supports native Embedding of bitmap images (jpeg,ppm,png,gif)
	.  Supports modification of existing pdfs and import/cloning of pages
2007-01-19 03:13:20 +00:00

22 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/01/19 03:13:20 msf Exp $
COMMENT= "create PDF documents with perl"
MODULES= cpan
DISTNAME= PDF-API2-0.57
CATEGORIES= textproc
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::archivers/p5-Compress-Zlib
.include <bsd.port.mk>