2010-09-15 09:52:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/09/15 13:52:11 sthen Exp $
|
2006-12-31 03:38:28 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= check for spelling errors in POD files
|
2006-12-31 03:38:28 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
|
|
|
|
DISTNAME= Test-Spelling-0.11
|
2010-09-15 09:52:11 -04:00
|
|
|
REVISION= 1
|
2006-12-31 03:38:28 -05:00
|
|
|
CATEGORIES= devel textproc
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2008-06-16 16:24:50 -04:00
|
|
|
RUN_DEPENDS= ::textproc/p5-Pod-Spell \
|
|
|
|
::textproc/aspell/core
|
2006-12-31 03:38:28 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|