openbsd-ports/devel/p5-Test-Spelling/Makefile

23 lines
447 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:48:08 espie Exp $
COMMENT= check for spelling errors in POD files
MODULES= cpan
DISTNAME= Test-Spelling-0.11
REVISION= 1
CATEGORIES= devel textproc
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/p5-Pod-Spell \
::textproc/aspell/core
.include <bsd.port.mk>