openbsd-ports/devel/p5-Test-Spelling/Makefile
benoit f619baa111 - update p5-Test-Spelling to 0.17
- remove USE_GROFF
- update RUN_DEPENDS
2013-03-23 10:54:30 +00:00

19 lines
356 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/23 10:54:30 benoit Exp $
COMMENT= check for spelling errors in POD files
MODULES= cpan
DISTNAME = Test-Spelling-0.17
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
.include <bsd.port.mk>