openbsd-ports/devel/p5-Test-Spelling/Makefile
2010-07-13 19:46:10 +00:00

24 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/07/13 19:46:13 sthen Exp $
COMMENT= check for spelling errors in POD files
MODULES= cpan
DISTNAME= Test-Spelling-0.11
REVISION= 0
CATEGORIES= devel textproc
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# 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>