RUN_DEPENDS+=textproc/p5-Pod-Parser

This commit is contained in:
afresh1 2021-03-07 23:13:37 +00:00
parent ae7452100b
commit fb11ddfeae

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:48 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2021/03/07 23:13:37 afresh1 Exp $
COMMENT = formatter for spellchecking pod
@ -7,7 +7,7 @@ PKG_ARCH = *
DISTNAME = Pod-Spell-1.20
CATEGORIES = textproc
REVISION = 1
REVISION = 2
# Perl
PERMIT_PACKAGE = Yes
@ -17,7 +17,8 @@ BUILD_DEPENDS = devel/p5-File-ShareDir-Install
RUN_DEPENDS = devel/p5-Class-Tiny \
devel/p5-File-ShareDir \
devel/p5-Path-Tiny \
textproc/p5-Lingua-EN-Inflect
textproc/p5-Lingua-EN-Inflect \
textproc/p5-Pod-Parser
TEST_DEPENDS = devel/p5-Test-Deep
.include <bsd.port.mk>