18 lines
281 B
Makefile
18 lines
281 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/05/20 13:27:35 sthen Exp $
|
|
|
|
COMMENT = create PDF tables with perl
|
|
|
|
DISTNAME = PDF-Table-0.9.12
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = textproc/p5-PDF-API2
|
|
|
|
.include <bsd.port.mk>
|