openbsd-ports/textproc/p5-Pod-Spell/Makefile
msf f1464ded3d initial import of Pod::Spell 1.01
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much
effort into actual formatting, and it suppresses things that look
like Perl symbols or Perl jargon (so that your spellchecking program
won't complain about mystery words like "$thing" or ""Foo::Bar""
or "hashref").
2006-12-31 08:30:15 +00:00

22 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/12/31 08:30:15 msf Exp $
COMMENT= "a formatter for spellchecking pod"
MODULES= cpan
DISTNAME= Pod-Spell-1.01
CATEGORIES= textproc
MAINTAINER= Mathieu Sauve-Frankel <msd@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-Escapes
.include <bsd.port.mk>