18 lines
308 B
Makefile
18 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:43 espie Exp $
|
|
|
|
COMMENT= create PDF tables with perl
|
|
|
|
DISTNAME= PDF-Table-0.9.5
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
RUN_DEPENDS= textproc/p5-PDF-API2
|
|
|
|
.include <bsd.port.mk>
|