openbsd-ports/devel/p5-Test-Spelling/Makefile
2022-03-11 18:49:30 +00:00

20 lines
307 B
Makefile

COMMENT= check for spelling errors in POD files
MODULES= cpan
PKG_ARCH= *
DISTNAME= Test-Spelling-0.25
REVISION= 1
CATEGORIES= devel textproc
# Perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-IPC-Run3 \
textproc/aspell/core \
textproc/p5-Pod-Parser \
textproc/p5-Pod-Spell
.include <bsd.port.mk>