2014-11-30 14:51:53 +00:00

20 lines
392 B
Makefile

# $OpenBSD: Makefile,v 1.11 2014/11/30 14:51:53 benoit Exp $
COMMENT= check for spelling errors in POD files
MODULES= cpan
DISTNAME = Test-Spelling-0.20
CATEGORIES= devel textproc
# Perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/p5-Pod-Spell \
textproc/aspell/core \
devel/p5-IPC-Run3
TEST_DEPENDS = devel/p5-Test-Tester
.include <bsd.port.mk>