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
|
2014-12-05 16:38:12 +01:00
|
|
|
PORTVERSION= 0.14
|
2008-11-23 17:35:26 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-11-18 11:38:26 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-11-23 17:35:26 +01:00
|
|
|
COMMENT= Perl5 OO interface for spell-checking a block of text
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= p5-Text-Aspell>=0: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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|