18 lines
281 B
Makefile
18 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:07 naddy Exp $
|
|
|
|
COMMENT = create PDF tables with perl
|
|
|
|
DISTNAME = PDF-Table-0.9.10
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = textproc/p5-PDF-API2
|
|
|
|
.include <bsd.port.mk>
|