RUN_DEPENDS+=textproc/p5-Pod-Parser
This commit is contained in:
parent
ae7452100b
commit
fb11ddfeae
@ -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
|
COMMENT = formatter for spellchecking pod
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ PKG_ARCH = *
|
|||||||
|
|
||||||
DISTNAME = Pod-Spell-1.20
|
DISTNAME = Pod-Spell-1.20
|
||||||
CATEGORIES = textproc
|
CATEGORIES = textproc
|
||||||
REVISION = 1
|
REVISION = 2
|
||||||
|
|
||||||
# Perl
|
# Perl
|
||||||
PERMIT_PACKAGE = Yes
|
PERMIT_PACKAGE = Yes
|
||||||
@ -17,7 +17,8 @@ BUILD_DEPENDS = devel/p5-File-ShareDir-Install
|
|||||||
RUN_DEPENDS = devel/p5-Class-Tiny \
|
RUN_DEPENDS = devel/p5-Class-Tiny \
|
||||||
devel/p5-File-ShareDir \
|
devel/p5-File-ShareDir \
|
||||||
devel/p5-Path-Tiny \
|
devel/p5-Path-Tiny \
|
||||||
textproc/p5-Lingua-EN-Inflect
|
textproc/p5-Lingua-EN-Inflect \
|
||||||
|
textproc/p5-Pod-Parser
|
||||||
TEST_DEPENDS = devel/p5-Test-Deep
|
TEST_DEPENDS = devel/p5-Test-Deep
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user