17fe4604c6
A utility class for building table layouts in a PDF::API2 object. ok sturm
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/06 15:12:07 bluhm Exp $
|
|
|
|
COMMENT= create PDF tables with perl
|
|
|
|
DISTNAME= PDF-Table-0.9.3
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
RUN_DEPENDS= ::textproc/p5-PDF-API2
|
|
|
|
.include <bsd.port.mk>
|