freebsd-ports/textproc/p5-Text-SpellChecker/Makefile
Martin Wilke 71e5b50d1a - Update to 0.08
PR:		151032
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-30 04:16:22 +00:00

23 lines
497 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.08
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-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
PERL_CONFIGURE= yes
MAN3= Text::SpellChecker.3
.include <bsd.port.mk>