2013-09-11 09:12:18 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-11-23 17:35:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-SpellChecker
|
2011-07-02 13:57:47 +02:00
|
|
|
PORTVERSION= 0.11
|
2008-11-23 17:35:26 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Perl5 OO interface for spell-checking a block of text
|
|
|
|
|
2010-01-26 13:36:19 +01:00
|
|
|
RUN_DEPENDS= p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
|
2008-11-23 17:35:26 +01:00
|
|
|
|
2013-09-11 09:12:18 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-11-23 17:35:26 +01:00
|
|
|
|
|
|
|
MAN3= Text::SpellChecker.3
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2008-11-23 17:35:26 +01:00
|
|
|
.include <bsd.port.mk>
|