p5-PDF-API2: add optional dep on p5-PDF-API2-XS

This commit is contained in:
sthen 2020-09-07 08:42:02 +00:00
parent 5bafd87eac
commit aa4fd04c8d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2020/09/01 09:27:11 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2020/09/07 08:42:02 sthen Exp $
COMMENT = create PDF documents with perl
@ -6,6 +6,8 @@ MODULES = cpan
PKG_ARCH = *
DISTNAME = PDF-API2-2.038
REVISION = 0
CATEGORIES = textproc
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
@ -13,9 +15,8 @@ MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
# LGPLv2.1
PERMIT_PACKAGE = Yes
RUN_DEPENDS = textproc/p5-Font-TTF
# when committed:
# textproc/p5-PDF-API2-XS
RUN_DEPENDS = textproc/p5-Font-TTF \
textproc/p5-PDF-API2-XS
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Memory-Cycle