22 lines
365 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:48 sthen Exp $
2015-06-11 13:07:15 +00:00
COMMENT = create PDF tables with perl
DISTNAME = PDF-Table-0.11.0
REVISION = 0
2015-06-11 13:07:15 +00:00
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
2015-06-11 13:07:15 +00:00
MODULES = cpan
PKG_ARCH = *
2015-06-11 13:07:15 +00:00
RUN_DEPENDS = textproc/p5-PDF-API2
TEST_DEPENDS = devel/p5-Test-CheckManifest>=0.9
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>