freebsd-ports/textproc/p5-Text-SpellChecker/Makefile
2008-12-19 22:04:22 +00:00

24 lines
557 B
Makefile

# New ports collection makefile for: p5-Text-SpellsChecker
# Date created: 23 Nov 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-SpellChecker
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl5 OO interface for spell-checking a block of text
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
PERL_CONFIGURE= yes
MAN3= Text::SpellChecker.3
.include <bsd.port.mk>